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

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

{% else %}

{% trans "Submit" %}

{% endif %}
{% csrf_token %} {{ form }}

{% endblock %}