{% extends "_base.html" %} {% block title %}Create your account{% endblock %} {% block header %} {% endblock %} {% block body %} Create your account This is required. Continue to create your account on {{ server_name }}. You can't change this later. Username (required) @ :{{ server_name }} {% if user_attributes.avatar_url or user_attributes.display_name or user_attributes.emails %} {% if idp.idp_icon %}{% endif %}Optional data from {{ idp.idp_name }} {% if user_attributes.avatar_url %} Avatar Use {% endif %} {% if user_attributes.display_name %} Display name Use {{ user_attributes.display_name }} {% endif %} {% for email in user_attributes.emails %} E-mail Use {{ email }} {% endfor %} {% endif %} {% include "sso_footer.html" without context %} {% endblock %}
This is required. Continue to create your account on {{ server_name }}. You can't change this later.
{{ user_attributes.display_name }}
{{ email }}