{% macro header_footer(limit, total_rows, total_cols, partitions) %}
Viewing {{limit}} of {{total_rows}} rows / {{total_cols}} columns
{% endmacro %} {{header_footer(limit, total_rows, total_cols, partitions)}}
{%for col in cols: %} {% endfor %} {%for r in data:%} {%for k,v in r.items(): %} {% endfor %} {% endfor %}
{{col[0]}}
{{loop.index}}
({{col[1]}})
{{v|string|replace(" ", "\u2E31")}}