{% extends "admin/change_form.html" %} {% load i18n %} {# --- Draft Inspector --------------------------------------------------- #} {# Read-only panel showing what is currently staged per language. Inspired #} {# by django-reversion's history sidebar: the admin only OBSERVES the #} {# staged state and acts on it (Publish / Discard from object-tools). #} {# Authoring drafts happens through the /draft/ API endpoint, not here. #} {% block field_sets %} {% if lifecycle_draft_diff %}
{% endif %} {{ block.super }} {% endblock %} {% block object-tools-items %} {% if original.pk %} {# Lifecycle badge — same colour palette as the changelist column. #}