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

{% trans "Please correct the error" %} {{ form.errors|pluralize }} below.

{% endif %} {{ form.as_table }}
{% endblock %}