{% load content %} {% if layout.must_be_displayed %} {% if layout.attributes.link_to_item %}{% endif %} {{ layout.get_outer_tag }} {% if layout.is_container %} {% for block_ in layout.children %} {{ layout.get_inner_tag }} {% include "combo/content/cell-part.html" with layout=block_ %} {{ layout.get_inner_close_tag }} {% endfor %} {% else %} {% render_content_in_layout layout=layout %} {% endif %} {{ layout.get_outer_close_tag }} {% if layout.attributes.link_to_item %}{% endif %} {% endif %}