${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.')}
${_("Install Kallithea's internal hooks for all Git repositories where they are missing or can be upgraded. Existing hooks that don't seem to come from Kallithea will not be touched.")}
${_("Install Kallithea's internal hooks for all Git repositories. Existing hooks that don't seem to come from Kallithea will be disabled by renaming to .bak extension.")}
${h.submit('rescan',_('Rescan Repositories'),class_="btn btn-default")}
${h.end_form()}