{% 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 %}
{# TODO To be re-implemented for comments side panel #}
{% if self.form.show_comments_toggle %}
{% endif %}
{% for child in self.children %}
{{ child.render_as_object }}
{% endfor %}