{% load content i18n %} {% with layout_root=cell.get_layout %} {% if cell.title %} <{{ cell.title_level }} class="cell--title">{{ cell.title }} {% endif %} {% if layout_root.include_cell_body_div %}
{% endif %} {% with bound_layout=layout_root|bind_content:content_entries.data|bind_cell:cell %} {{ bound_layout.get_outer_tag }} {% endwith %} {% for content in content_entries.data %} {% with bound_layout=layout_root|bind_content:content|bind_cell:cell %} {{ bound_layout.get_inner_tag }} {% include "combo/content/cell-part.html" with layout=bound_layout.children.0 %} {{ bound_layout.get_inner_close_tag }} {% endwith %} {% endfor %} {{ layout_root.get_outer_close_tag }} {% if layout_root.include_pagination %} {% include "combo/content/cell-pagination.html" with prefix="cell-content" %} {% endif %} {% if layout_root.include_cell_body_div %}
{% endif %} {% endwith %}