{% if options.notag %} {% else %}
{% if form.non_field_errors %}
{% load i18n %}

{% blocktrans count form.non_field_errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

    {% for error in form.non_field_errors %}
  1. {{ error }}
  2. {% endfor %}
{% endif %} {% endif %} {{ form.media }}