{% if field.auto_id %} {% if not is_horizontal %} {% include "horizon/common/_form_field_decorator.html" %} {% endif %} {% endif %}
{% for choice in field %}
{{ choice.tag }}
{% endfor %}