{% load i18n %}
{% csrf_token %} {{ form.non_field_errors }} {% for choice_key, choice_name in form.choices %} {% endfor %} {% for field in form %} {% for subwidget in field %} {% endfor %} {% if field.error %} {% endif %} {% endfor %}
{% trans "Catégorie" %}{{ choice_name }}
{{ field.label }}{{ subwidget.tag }}
{{ field.error }}
{% if success_msg %}

{{ success_msg }}

{% endif %}