{% extends "admin/change_form.html" %} {% load i18n admin_urls humanize %} {% block object-tools-items %} {% if original.pk %}
  • Campaign
  • Project
  • Item
  • Asset
  • {% if original.supersedes_id %}
  • Previous Version
  • {% endif %} {% with original.superseded_by.first as superseded_by %} {% if superseded_by %}
  • Next Version
  • {% endif %} {% endwith %} {% endif %} {{ block.super }} {% endblock object-tools-items %}