{% load table_block_tags %} {% load waggylabs_filters %} {% 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 %} | {% endwith %} {% endfor %}|
---|---|
{% 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 %} | {% else %}{% 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 %} {% endwith %} {% endfor %}