{% 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 #}