{% load crispy_forms_filters %} {% load l10n %} {# This is the input template which is rendered within the field.html template #}
{% for choice in field.field.choices %}
{% endfor %}