{% load wagtailadmin i18n %}
{% if self.show_comments_toggle %} {% with comments_number=self.form.formsets.comments|length %}

{% trans "Commenting on this page" %}

{% endwith %} {% endif %}
{% for child in self.children %}
{{ child.render_as_object }}
{% endfor %}