{% load crispy_forms_filters %} {% load l10n %}
{% include 'bootstrap/layout/field_errors_block.html' %} {% for choice in field.field.choices %}
{{ choice.1|unlocalize }}
{% endfor %} {% include 'bootstrap/layout/help_text.html' %}