{% load table_block_tags %} {% load waggylabs_filters %} {% if keep_table_tag %}
{% 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 %} {% if keep_table_tag %}
{% if column.strip %} {{ column.strip|markdown:page.pk|safe }} {% comment %} {% if html_renderer %} {{ column.strip|markdown|safe|linebreaksbr }} {% else %} {{ column.strip|markdown|linebreaksbr }} {% endif %} {% endcomment %} {% endif %}
{% if column.strip %} {{ column.strip|markdown:page.pk|safe }} {% comment %} {% if html_renderer %} {{ column.strip|markdown|safe|linebreaksbr }} {% else %} {{ column.strip|markdown|linebreaksbr }} {% endif %} {% endcomment %} {% endif %} {% if column.strip %} {{ column.strip|markdown:page.pk|safe }} {% comment %} {% if html_renderer %} {{ column.strip|safe|linebreaksbr }} {% else %} {{ column.strip|linebreaksbr }} {% endif %} {% endcomment %} {% endif %}
{% endif %}