{% load styled_forms %} {% load base_filters %} {% load i18n %} {% for form in forms %} {% if form.forms %} {% if form.non_form_errors %}
{% blocktrans with e=error %}{{ e }}{% endblocktrans %}
{% endfor %}{% blocktrans with e=error %}{{ e }}{% endblocktrans %}
{% endfor %} {% if form.fieldsets.fieldsets %} {% for fieldset in form.fieldsets %} {% for field in fieldset %} {% if field.errors %} {% for error in field.errors %}{% blocktrans with l=field.label e=error %}{{ l }} - {{ e }}{% endblocktrans %}
{% endfor %} {% endif %} {% endfor %} {% endfor %} {% else %} {% for field in form_set %} {% if field.errors %} {% for error in field.errors %}{% blocktrans with l=field.label e=error %}{{ l }} - {{ e }}{% endblocktrans %}
{% endfor %} {% endif %} {% endfor %} {% endif %}{% blocktrans with e=error %}{{ e }}{% endblocktrans %}
{% endfor %}{% blocktrans with e=error %}{{ e }}{% endblocktrans %}
{% endfor %}{% blocktrans with e=error %}{{ e }}{% endblocktrans %}
{% endfor %}{% blocktrans with e=error %}{{ e }}{% endblocktrans %}
{% endfor %}