{% load i18n base %} {% block beforeform%}{% endblock %} {% block form %}
{% for error in form.non_field_errors %} {{ error|safe }} {% endfor %}