{% extends "base.html" %} {% load i18n %} {% block content %} {% if form.errors %}

{% trans "Sorry there are corrections needed in your form below:" %} {{ form.non_field_errors }}

{% endif %} {% if form.is_multipart %}
{% else %} {% endif %} {{ form.as_p }}
{% endblock %}