{{ title }} {% if description is not empty %}

{{ description|raw }}

{% endif %} {# This must match with displayErrors() in scripts.js #} {% if errors is iterable and errors|length > 0 %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}