${h.form(url('admin_settings'), method='post')}
##
## ##
##${_('Requires hg-git library to be installed. Enables cloning of remote Git repositories while converting them to Mercurial.')}
%if c.visual.allow_repo_location_change:
${h.text('paths_root_path',size=60,readonly="readonly",class_='form-control')}
${_('Filesystem location where repositories are stored. After changing this value, a restart and rescan of the repository folder are both required.')}
%else: ## form still requires this but we cannot internally change it anyway ${h.hidden('paths_root_path',size=30,readonly="readonly")} %endif
${h.submit('save',_('Save Settings'),class_="btn btn-default")} ${h.reset('reset',_('Reset'),class_="btn btn-default")}
${h.end_form()}