{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Registration" %} {% endblock %} {% block extra-body-class %}{{ block.super }} registration-page{% endblock %} {% block placeholder-content %} {% block registration-pre %}{% endblock %}
{% block registration-top %}{% endblock %} {% block registration-email %}

{% trans "Registration" %}

Après validation de votre adresse électronique, il vous sera envoyé un courriel pour ouvrir votre compte.

{% csrf_token %} {{ form.as_p }}
{% endblock %} {% block registration-other-methods %} {% for id, block in frontends.items %} {% if id != "password" %}

{{ block.name }}

{{ block.content|safe }}
{% endif %} {% endfor %} {% endblock %} {% block registration-bottom %}{% endblock %}
{% block registration-post %}{% endblock %} {% endblock %}