{% load i18n %} {% for field in group %}
{% for error in field.errors %} {{ error|safe }} {% endfor %}