{% load string_filters i18n %}{% spaceless %} {% for field, details in errors.items %}

{{field}}{% if details.related_field %} - {{details.related_field}}{% endif %}

{{details.message}}

{% endfor %}

{% trans "Items" %}

{% for field, details in errors.items %}

{{field}}{% if details.related_field %} - {{details.related_field}}{% endif %}

{% if is_single_column %}

{{ details.records }}

{% else %} {% for identifier in identifiers %} {% endfor %} {% for record in details.records %} {% for item in record|split:", " %} {% endfor %} {% endfor %}
{{identifier}}
{{item}}

{% endif %} {% endfor %} {% endspaceless %}