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