{% for col in table.header %} {% endfor %} {% for row in table.rows %} {% for col in row %} {% if forloop.counter == 1 %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ col }}
{{ col }}{{ col }}