{% 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 %} {% for child in self.children %} {% include "wagtailadmin/panels/inline_panel_child.html" %} {% endfor %}
{# Align with guiding line of the preceding child panel. #}