${h.secure_form(h.route_path('check_2fa'), request=request, id='allowed_clients_form')}

${h.text('git', class_="form-control", value=initial_git)}

${h.text('hg', class_="form-control", value=initial_hg)}

${h.text('svn', class_="form-control", value=initial_svn)}

%for k, v in errors.items(): ${k}: ${v}
%endfor

${_('Set rules for allowed git, hg or svn client versions. You can set exact version (for example 2.0.9) or use comparison operators to set earliest or latest version (>=2.6.0)')}

${h.submit('send', _('Save'), class_="btn btn-primary")} ${h.end_form()}