<%inherit file="/template.html" /> <%def name="title()">${c.title if c.title is not None else _("Complete registration")} <%block name="headline">

${c.title if c.title is not None else _("Complete registration")}

%if c.body_ontop is None:
${_('Please complete the Shibboleth based user registration')}
%else: ${c.body_ontop|n} %endif
${h.field_token()|n} %if not h.config.get_bool('adhocracy.force_randomized_user_names'):
%endif %if h.config.get_bool('adhocracy.set_display_name_on_register'):
%endif
%if c.body_below is not None: ${c.body_below|n} %endif