{% load wagtailadmin_tags i18n %}
{% for child in self.children %} {% include 'wagtailadmin/shared/tabs/tab_nav_link.html' with tab_id=child.heading title=child.heading classes=child.classes|join:" " %} {% endfor %}
{# Comment Notifications Toggle #} {% if self.form.show_comments_toggle %} {% endif %}
{% for child in self.children %} {% endfor %}