{% load i18n %} {% for block_ in layout.children %} {% include "combo/layouts/includes/layout.html" with layout=block_ %} {% endfor %} {% if layout.is_container %} {% if not layout.children and not layout.parent.uuid %}{# initial child #}
{{ layout.parent.get_root_explanation|safe }}
{% else %} ... {% endif %} {% else %} {{ layout.get_content }} {% endif %}