{% for row in context %}
{% for partial in context[row] %} {% with partial_item=partial %} {% include partial.template %} {% endwith %} {% endfor %}
{% endfor %}