{% extends 'registration/registration_form.html' %} {% block placeholder-content %}

CRÉEZ VOTRE COMPTE

{% csrf_token %} {{ form.as_p }}
{% for id, block in frontends.items %} {% if id != "password" %}

{{ block.name }}

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