{% extends "user/index.html" %} {% block title %}Create an account{% endblock %} {% block wrapper %}

You are registering to the {{ IDP_NAME }}

{% if form.errors %}
{{ form.errors|length}} error{{ form.errors|length|pluralize:" was,s were" }} found! Please fix. {{ form.non_field_errors }}
{% endif %}
{% load crispy_forms_tags %} {% crispy form %}
{% endblock %}