{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block content %}
{% csrf_token %} {{ form.as_table }}
{% endblock %}