{% comment %} Django's form error handling. Include in templates before the form. For example: {% include 'django_addons/clips/form_error_handling' %}
{% blocktrans count form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{{ error }}