1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 10:00:49 +01:00
vichan/templates/mod/reports.html

7 lines
148 B
HTML
Raw Normal View History

2012-04-16 09:28:57 +02:00
{% if reports %}
{{ reports }}
{% else %}
2012-05-05 17:33:10 +02:00
<p style="text-align:center" class="unimportant">({% trans 'There are no reports.' %})</p>
2012-04-16 09:28:57 +02:00
{% endif %}
2012-05-05 17:33:10 +02:00