{% extends "admin/admin_extended.html" %} {% load i18n admin_urls static admin_modify %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% if tool %} {% endif %}
{% for fieldset in adminform %}
{% include "admin/includes/fieldset.html" %}
{% include "admin/includes/fieldset.html" %}
{% endfor %}

Below is a preview log of the changes that WOULD BE made by running this command. Please review carefully and then commit changes by clicking the "Run Command" button below. Or click the "Change Command" button to return to the previous screen.

{{ tool.pretty_result|safe }}
{% endblock %}