{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block object-tools-items %} {% with target_object=original.target_object %} {% if target_object %}
  • {% trans "View reported item..." %}
  • {% trans "Edit reported item..." %}
  • {% trans "Delete reported item..." %}
  • {% else %}
  • {% trans "(The reported item has been deleted.)" %}
  • {% endif %} {% endwith %} {{ block.super }} {% endblock %}