{% extends "authentic2/base-page.html" %} {% load i18n %} {% block extra-body-class %}narrow-page{% endblock %} {% block content %}

Compte citoyen

Création de votre compte

{% include 'authentic2/form.html' with form=form %} {% for registration_frontend in registration_frontends %}
OU
{{ registration_frontend|safe }} {% endfor %}

{% endblock %}