{% comment %}
Child elements of this div will become orderable elements. Do not place additional
"furniture" elements here unless you intend them to be part of the child ordering.
{% endcomment %}
{% for child in self.children %}
{% include "wagtailadmin/panels/inline_panel_child.html" %}
{% endfor %}
{% with script_id="id_"|add:self.formset.prefix|add:"-CHOOSER_WIDGET" %}
{{ chooser_widget_definition|json_script:script_id }}
{% endwith %}
{# Align with guiding line of the preceding child panel. #}