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

{% trans "Please correct the error below" %}

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