{% if DEBUG %}
The administrator has enabled DEBUG mode for this service. This very likely means that the service is run as a test environment and things may break. Please get in touch with the project administrator if you constantly experience problems.
{% endif %} {% for message in messages %}
{{ message|linebreaks }}
{% endfor %}