{% load i18n %}

Mes abonnements

{{ form.non_field_errors }} {% for field in form %} {{ field.errors }} {% endfor %}
{% csrf_token %} {% for field in form %} {% for choice in form.all_choices %} {% for checkbox in field %} {% if checkbox.choice_value == choice %} {% endif %} {% endfor %} {% endfor %} {% endfor %}
{{ checkbox.tag }}