{% load crispy_forms_filters %} {% load l10n %} {% if field.is_hidden %} {{ field }} {% else %} {% if field.label %} {% endif %} {% for choice in field.field.choices %} {% endfor %} {% endif %}