{# Reverse the messages, so that errors are printed first #} {% for text in help_text_and_errors reversed %}
{{ text }}
{% endfor %}