-
{% block object_tools_items %}
{# change_form_object_tools inclusion tag #}
{% include "admin/change_form_object_tools.html" %}
{% endblock %}
{% extends "admin/base_site.html" %} {% block title %}{% if errors %}{{ gettext("Error:") }} {% endif %}{{ super() }}{% endblock %} {% block extrahead %}{{ super() }} {{ media }} {% endblock %} {% block extrastyle %}{{ super() }}{% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}{{ super() }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block content %}