{% comment %} Example template {% endcomment %}

{{ self.title }}

{{ self.subtitle }}

{% for table in tables %}

table.title

table.subtitle

{% empty %} No tables defined for this report. Please add some tables in the admin interface. {% endfor %}