{% extends "admin/change_form.html" %} {% load i18n admin_modify adminmedia %}{% comment %} This is the admin template to render a single Placeholder. This is only for debugging, in general, a placeholder is only created through an inline. The item editor is initialized, so the placeholder items can be reordered, and updated freely. {% endcomment %} {% block extrahead %}{{ block.super }} {% endblock %} {% block after_field_sets %} {# Have an area where the inlines can move and reorder freely #}
{% include "admin/fluent_contents/placeholderfield/pane.html" with placeholder_slot=original.slot|default:"DUMMY" placeholder_id=original.id|default:'' cp_plugin_categories=cp_plugin_categories %}
{% endblock %} {% block after_related_objects %} {% endblock %}