{% spaceless %} {% for col in thead_cols %} {% endfor %} {% for row in tbody_rows %} {% for col in row %} {% endfor %} {% endfor %}
{{ col|safe }}
{{ col|safe }}
{% endspaceless %}