{% load table_block_tags %} {% if table_caption %} {% endif %} {% if table_header %} {% for column in table_header %} {% with forloop.counter0 as col_index %} {% cell_hidden 0 col_index as is_hidden %} {% if not is_hidden %} {% endif %} {% endwith %} {% endfor %} {% endif %} {% for row in data %} {% with forloop.counter0 as row_index %} {% for column in row %} {% with forloop.counter0 as col_index %} {% cell_hidden row_index col_index table_header as is_hidden %} {% if not is_hidden %} {% if first_col_is_header and forloop.first %} {% else %} {% endif %} {% 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 %}