{% 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 %}
{{ child.render_html }}
{% endfor %}