{% for child in self.visible_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.visible_children %}
{{ child.render_as_object }}
{% endfor %}