{% for row in rows %} {% for object in row %} {% endfor %} {% endfor %}
{% if object %} {% include cell_template with object=object %} {%endif%}