<%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 c.agree_text is None: ${_("By registering, you agree with the %s.") % h.help_link(_("Terms and Conditions"), 'terms') |n} ${_(u"We'll occasionally inform you about important events such as the start of a new participation process via email.")} %else: ${c.agree_text|n} %endif

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