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