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