{% load wagtailadmin_tags i18n %}
{% if self.show_comments_toggle %} {% with comments_number=self.form.formsets.comments|length %}
{% endwith %} {% endif %}
{% for child in self.children %}
{{ child.render_as_object }}
{% endfor %}