{% load crispy_forms_filters %} {% load l10n %}
{% include 'bootstrap3/layout/field_errors_block.html' %} {% for choice in field.field.choices %} {% if not inline_class %}
{% endif %}
{{ choice.1|unlocalize }}
{% if not inline_class %}
{% endif %} {% endfor %} {% include 'bootstrap3/layout/help_text.html' %}