Show sectioned reports

This commit is contained in:
Christopher Neugebauer 2016-09-03 13:51:21 +10:00
parent b6222c5eba
commit 32340c9a98

View file

@ -15,6 +15,8 @@
{% endif %} {% endif %}
<hr /> <hr />
{% for report in reports %}
<h3>{{ report.title }}</h3>
<table class="table table-striped"> <table class="table table-striped">
<tr> <tr>
{% for heading in report.headings %} {% for heading in report.headings %}
@ -34,5 +36,6 @@
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
{% endfor %}
{% endblock %} {% endblock %}