${h.secure_form(h.route_path('admin_settings_mapping_update'), request=request)}

${_('Import New Groups or Repositories')}

${h.checkbox('destroy',True)}
${_('In case a repository or a group was deleted from the filesystem and it still exists in the database, check this option to remove obsolete data from the database.')}
${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.submit('rescan',_('Rescan Filesystem'),class_="btn")}
${h.end_form()}