Nouveau utilisateur

{% csrf_token %}
{% for group in form %}
{{group.name}}
{% for gf in group.fields %}
{% for field in gf %} {% if field.type == 'input' or field.type == 'text' or field.type == 'email' or field.type == "tel" %}

{% comment %} {% endcomment %}

{% endif %} {% endfor %}
{% endfor %} {% endfor %}
{% comment %} Recapchat input {% endcomment %}