{%load date_or_string%} {%for table in tables%}

{{table.title}}

{%for c in table.columns%} {%if forloop.counter > table.hidecols|default:0%} {%endif%} {%endfor%} {%for row,link in table.rows %} {%for c in row%} {%if forloop.counter > table.hidecols|default:0%} {%endif%} {%endfor%} {%endfor%}
{{c}}
{%if link and forloop.counter0 == table.hidecols%}{%endif%}{{c|date_or_string}}{%if link and forloop.counter0 == table.hidecols%}{%endif%}
{%endfor%}