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

{% translate "Please correct the following errors" %}

{% else %}

{% translate "Submit" %}

{% endif %}
{% csrf_token %} {{ form.as_table }}

{% endblock %}