{% extends "admin/change_form.html" %} {% load static i18n render_bundle_csp %} {% block extrastyle %} {{ block.super }} {# include phosphor icons as css; must match version used in base site #} {% render_bundle_csp "iiif" "css" %} {% endblock %} {% block admin_change_form_document_ready %} {{ block.super }} {% render_bundle_csp "iiif" "js" attrs='defer' %} {% render_bundle_csp "admin" "js" attrs='defer' %} {% endblock %} {% block after_field_sets %} {% if original.pk %} {# don't display record history when adding new document #}
{% endif %} {# display & link to other documents on this fragment if there are any #} {% with original.fragments_other_docs as other_docs %} {% if other_docs %}{{ doc.description }}