{% for c in table.columns %} {% endfor %} {% for row in table.rows %}
{% for cell in row.cols %} {% if cell.safe %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ c|safe }}
{{ cell.value|safe }}{{ cell.value }}