{% load table_block_tags %} {% if table_caption %} {% endif %} {% if table_header %} {% for column in table_header %} {% with forloop.counter0 as col_index %} {% endwith %} {% endfor %} {% endif %} {% for row in data %} {% with forloop.counter0 as row_index %} {% for column in row %} {% with forloop.counter0 as col_index %} {% if first_col_is_header and forloop.first %} {% else %} {% endif %} {% endwith %} {% endfor %} {% endwith %} {% endfor %}
{{ table_caption }}
{% if column.strip %} {% if html_renderer %} {{ column.strip|safe|linebreaksbr }} {% else %} {{ column.strip|linebreaksbr }} {% endif %} {% endif %}
{% if column.strip %} {% if html_renderer %} {{ column.strip|safe|linebreaksbr }} {% else %} {{ column.strip|linebreaksbr }} {% endif %} {% endif %} {% if column.strip %} {% if html_renderer %} {{ column.strip|safe|linebreaksbr }} {% else %} {{ column.strip|linebreaksbr }} {% endif %} {% endif %}