{% extends "registration/registration_form.html" %} {% block registration-pre %}

Créer un compte

Pour accéder à ces téléservices, vous devez vous identifier en choisissant l’une des possibilités ci-dessous :

{% endblock %} {% block registration-other-methods %} {% for id, block in frontends.items %} {% if id == "password" %}
{{ block.content|safe }} {% else %}

avec {{ block.name }}

{{ block.content|safe }}
{% endif %}
{% endfor %} {% endblock %}