{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}

Créer un compte

{% for id, block in frontends.items %}
{{ block.content|safe }}
{% endfor %}
{% trans "OU" %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}