{% load i18n %} {% if field.errors %}

{% translate 'Error' %}: {% for error in field.errors %} {{ error|escape }}
{% endfor %}

{% endif %}