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

{% trans "Please fix errors in the form." %}

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