{% for col in table._column_cells: %} {% endfor %} {% for row in table.rows: %} {% for i in range(0, row|length): %} {% endfor %} {% endfor %}
{{ table.title }}
{{ col }}
{{ row[i] }}