{% for row in data %} {% set this_id = row[0].clsid %}
{% for item in row %}
{{ item.data }}
{% endfor %}
{% endfor %}