{% load tables %} {% if table %}
{% if table.title %}

{{ table.title }}

{% endif %}
{% for column in table.columns %} {% endfor %} {% table table.rows %}
{{ column }}
{% endif %}