{% if field.errors %} {% for error in field.errors %} {% if inline %} {{ error }} {% else %}

{{ error }}

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