{% load aldryn_forms_tags i18n %} {% if field %} {% for choice in field.field.choices %}
{% block form_field_label %} {% endblock form_field_label %} {% block form_field_errors %} {% if field.errors %} {% for error in field.errors %} {{ error }} {% endfor %} {% endif %} {% endblock form_field_errors %}
{% endfor %} {% endif %}