{% load content i18n %} {% with layout_root=cell.get_layout.layout %} {% if cell.title %}

{{ cell.title }}

{% endif %} {% if layout_root.include_cell_body_div %}
{% endif %} {{ layout_root.get_outer_tag }} {% for content in content_entries.data %} {% with bound_layout=layout_root|bind_content:content %} {{ 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 }} {% endwith %} {% include "combo/content/cell-pagination.html" with prefix="cell-content" %} {% if layout_root.include_cell_body_div %}
{% endif %}