{# Reverse the messages, so that errors are printed first #} {% for text in field_errors %}
{{ text }}
{% endfor %} {% if field_help %}
{{ field_help }}
{% endif %}