{% load crispy_forms_field %}
{% for choice in field.field.choices %} {% endfor %}
{% if field.errors %}
{% for error in field.errors %} {{ error }} {% endfor %}
{% endif %} {% if field.help_text %} {{ field.help_text }} {% endif %}