<%namespace name="forms" file="/forms.html"/> <%namespace name="sso" file="/sso.html"/>
${h.field_token()|n} <% randomizeid_user_names = h.config.get_bool('adhocracy.force_randomized_user_names') %> %if not randomized_user_names:
${_("User name")}

${_("Can only contain letters and numbers. Spaces aren't allowed.")}

%endif %if h.config.get_bool('adhocracy.set_display_name_on_register'):
${_("Display name")}

${_("You can choose which name other users see.")}

%endif
${_("E-mail")}
${_("Password")}
%if c.captcha:
${_("Security query")}

${_("Please enter the letters in the following image in the field below.")}

${c.captcha|n}
%endif %if h.config.get_bool('adhocracy.registration.require_terms_check'):
${_("Terms and conditions")}

${forms.checkbox(c.agree_text, 'accept_terms')}

%else:

${c.agree_text|n}

%endif ##
<%sso:form scenario="register" />