report queue

This commit is contained in:
Michael Save
2012-04-16 17:28:57 +10:00
parent ad55a634bf
commit 41e1a2481b
5 changed files with 155 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{% if reports %}
{{ reports }}
{% else %}
<p style="text-align:center" class="unimportant">(There are no reports.)</p>
{% endif %}