{% load i18n %} {% if errors %}

{% if errors.items|length == 1 %} {% translate "Please correct the error below." %} {% else %} {% translate "Please correct the errors below." %} {% endif %}

{% endif %}