{% if field.label %}
{{ field.label }} {% for choice in choices %} {% endfor %}
{% endif %} {% if field.error %} {{ field.error }} {% endif %}