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