{% load i18n %} {% for error in field.errors %}

{% translate "Error:" %} {{ error }}

{% endfor %}