Show sectioned reports
This commit is contained in:
parent
b6222c5eba
commit
32340c9a98
1 changed files with 19 additions and 16 deletions
|
@ -15,6 +15,8 @@
|
|||
{% endif %}
|
||||
<hr />
|
||||
|
||||
{% for report in reports %}
|
||||
<h3>{{ report.title }}</h3>
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
{% for heading in report.headings %}
|
||||
|
@ -34,5 +36,6 @@
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% endfor %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue