${h.form(url('admin_settings_mapping'), method='post')}
${_('Check this option to remove all comments, pull requests and other records related to repositories that no longer exist in the filesystem.')}
${_('Check this to reload data and clear cache keys for all repositories.')}
${_("Verify if Kallithea's Git hooks are installed for each repository. Current hooks will be updated to the latest version.")}
${_("If installing Git hooks, overwrite any existing hooks, even if they do not seem to come from Kallithea. WARNING: This operation will destroy any custom git hooks you may have deployed by hand!")}
${h.submit('rescan',_('Rescan Repositories'),class_="btn btn-default")}
${h.end_form()}