{% load i18n l10n wagtailadmin_tags %} {{ self.formset.management_form }} {% if self.formset.non_form_errors %}
{% for error in self.formset.non_form_errors %} {{ error|escape }} {% endfor %}
{% endif %} {% if self.help_text %} {% help_block status="info" %}{{ self.help_text }}{% endhelp_block %} {% endif %}
{% 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 %}
{# Align with guiding line of the preceding child panel. #}
{% block add_button %} {% endblock %}
{% block js_init %} {% endblock %}