{% if errors %} {% if errors|length == 1 %}
{% for error in errors %}{{ error }}{% endfor %}
{% else %} {% endif %} {% endif %}