{% extends "admin/change_form.html" %} {% load i18n admin_urls static %} {% block object-tools-items %} {% if original.pk %}
  • Export CSV
  • Export BagIt
  • Report
  • Projects
  • Items
  • Assets
  • {% endif %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% include 'fragments/codemirror.html' %} {% endblock extrahead %} {% block content %} {{ block.super }} {% endblock content %}