{% load i18n %} {% if form.errors %}
    {% for field, errors in form.errors.items %}
  1. {{ errors }}
  2. {% endfor %}
{% endif %} {{ form }}