{% extends "admin/change_form_object_tools.html" %} {% block object-tools-items %} {% if edit_mode_exists %} {% if not edit_mode %}
  • {% include "admin/edit_mode_button.html" %}
  • {% else %}
  • {% include "admin/readonly_mode_button.html" %}
  • {% endif %} {% endif %} {{ block.super }} {% endblock %}