${h.form(url('admin_settings_mapping'), method='post')}
${h.checkbox('destroy',True)}
${_('Check this option to remove references to repositories that no longer exist in on the filesystem.')}
${h.checkbox('invalidate',True)}
${_('Check this to reload data and clear cache keys for all repositories.')}
${h.checkbox('hooks',True)}
${_("Verify if Kallithea's Git hooks are installed for each repository. Current hooks will be updated to the latest version.")}
${h.submit('rescan',_('Rescan Repositories'),class_="btn")}
${h.end_form()}