{% load crispy_forms_filters %} {% load crispy_forms_field %} {% load l10n %} {% if field.label and form_show_labels %} {% endif %}
{% include 'bootstrap3/layout/field_errors_block.html' %}
{% for choice in field.field.choices %} {% endfor %}
{% include 'bootstrap3/layout/help_text.html' %}