{% extends "admin/admin/layout.html" %} {% load i18n %} {% load l10n %} {% load url from future %} {% from "admin/macros.html" import page_title %} {% import "admin/messages.html" as messages_theme %} {% import "_forms.html" as form_theme with context %} {% block action_body %}
{{ form_theme.form_widget(form) }}
{% if action.get_edit_url -%} {%- endif %} {% if action.get_new_url -%} {%- endif %} {% if fallback %}{% trans %}Cancel{% endtrans %}{% endif %}
{% endblock %}