{% 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 %}
{% for child in self.children %} {% include "wagtail_photo_gallery/panels/album_image_panel_child.html" %} {% endfor %}
{# Align with guiding line of the preceding child panel. #}
{{ self.form.cover }} {% block js_init %} {% endblock %}