{% 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.

@
:{{ 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 %} {% endif %} {% if user_attributes.display_name %} {% endif %} {% for email in user_attributes.emails %} {% endfor %}
{% endif %}
{% include "sso_footer.html" without context %} {% endblock %}