{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block object-tools-items %} {{ block.super }} {% for item in object_tools_items %}
  • {{ item.label }}
  • {% endfor %} {% endblock %} {% block submit_buttons_bottom %} {% if save_label or save_buttons %}
    {% if save_label %} {% endif %} {% if save_buttons %} {% for button in save_buttons %} {% endfor %} {% endif %}
    {% else %} {{ block.super }} {% endif %} {% endblock %}