{% load i18n admin_urls placeholder_admin_tags %}{% load url from future %}{% comment %} This is the admin template to render the PlaceholderEditorInline. It renders tab buttons for each inline, and registers them as "placeholder panes" for the editor. inline_admin_formset = generated InlineAdminFormSet of the PlaceholderEditorInline. Each form holds a placeholder. inline_admin_formset.opts = PlaceholderEditorInline object inline_admin_formset.original = Placeholder object inline_admin_formset.form.'field'.value = value! inline_admin_formset.__iter__ gives all forms + a template form inline_admin_formset.formset.__iter__ gives the raw forms only inline_admin_formsets = all InlineAdminFormSet objects of the parent {% endcomment %}
{% trans "There are no placeholders in this template." %}
{# this is a "lost+found" bucket for layout switching #}