{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %} {% include "registration/registration_steps.html" with active_step="creation" %}

Créez votre {{ account_label }}

{% for id, block in frontends.items %}

Utilisez votre courriel pour créer votre {{ account_label }}

{% csrf_token %} {{ form.as_p }}
{% endfor %}
{% trans "OU" %}

Utilisez FranceConnect pour créer votre {{ account_label }}

{% for id, block in frontends.items %}
{{ block.content|safe }}
{% endfor %}
{% endblock %}