{% if field_errors %}
{% for text in field_errors %}
{{ text }}
{% endfor %}
{% endif %}