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

{% else %}

{% endif %} {{ table.title }} {% if subreport %}

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