{% extends "admin/change_form.html" %} {% block extrastyle %} {{ block.super }} {% include "admin/_object_tools_button_styles.html" %} {% endblock %} {% load i18n admin_urls %} {% block object-tools-items %} {% if original %}
  • {% csrf_token %}
  • {% endif %} {{ block.super }} {% endblock %}