{% 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 "wagtail_taggable/tag_wrapper.html" %} {% endfor %}
{# Align with guiding line of the preceding child panel.#}