{% load catalog_filters %}
{% for choice, choice_label in field.field.choices %} {% endfor %} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %} {% if field.errors %}{{ field.errors }}{% endif %}