${h.form(url('admin_settings_search'), method='post')}
${h.checkbox('full_index',True)}
${_('This option completely reindexeses all of the repositories for proper fulltext search capabilities.')}
${h.submit('reindex',_('Reindex'),class_="btn")}
${h.end_form()}