{% extends "registration/registration_form.html" %} {% load i18n %} {% block registration-other-methods %} {% for id, block in frontends.items %} {% if id == "password" %}
{{ block.content|safe }} {% else %}

{% if id == "fc" %}Je crée mon compte avec FranceConnect{% else %}{{ block.name }}{% endif %}

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