{% load wagtailadmin_tags static %} {% with self.instance.LIVEPREVIEW_DISABLED as livepreview_disabled %} {% if not livepreview_disabled and self.instance.pk %} {% endif %}
{% for child in self.children %}
{{ child.render_as_object }}
{% endfor %}
{% if not livepreview_disabled and self.instance.pk %}
{% endif %} {% endwith %}