Nouvelle facture

{% csrf_token %}

{% comment %} {% endcomment %}


{% 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" or field.type == "number" %}

{% comment %} {% endcomment %}

{% endif %} {% if field.type == 'date' %}

{% endif %} {% if field.type == 'select' %}
{% endif %} {% if field.type == "file" %}

{% endif %} {% if field.type == "textarea" %}

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