${h.form(url('admin_settings_mapping'), method='post')}
${h.checkbox('destroy',True)}
${_('In case a repository was deleted from filesystem and it still exists in the database check this option to scan obsolete data in database and remove it.')}
${h.checkbox('invalidate',True)}
${_('Each cache data for repositories will be cleaned with this option selected. Use this to reload data and clear cache keys.')}
${h.checkbox('hooks',True)}
${_('Verify if RhodeCodes GIT hooks are installed for each repository. Current hooks will be updated to latest version')}
${h.submit('rescan',_('Rescan Repositories'),class_="btn")}
${h.end_form()}