{% if field.label %}
{% if field.field.required %} * {% endif %}
{% endif %}
{% for option in field %}
{{ option }}
{% endfor %}