{% load i18n %} {% extends "base.html" %} {% block content %}
{% trans "All" %}
{{ form.as_table }}
{% endblock %}