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