{% load i18n %} {% if messages or form.errors or form.non_field_errors or errors %}
{{ message }}
{{ error }}
{% blocktranslate count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}