{% load admin_urls %} {% block object-tools-items %} {% if show_save %}
  • {% endif %} {% if show_save_and_continue %}
  • {% endif %} {% if show_save_and_add_another %}
  • {% endif %} {% if show_save_as_new %}
  • {% endif %} {% if not is_popup %} {% if has_absolute_url %}
  • {{ _("View on site") }}
  • {% endif %} {% if change and show_history %}
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {{ _("History") }}
  • {% endif %} {% endif %} {% if show_delete_link and original %}
  • {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} {{ _("Delete") }}
  • {% endif %} {% endblock %}