mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
6 lines
133 B
HTML
6 lines
133 B
HTML
{% if reports %}
|
|
{{ reports }}
|
|
{% else %}
|
|
<p style="text-align:center" class="unimportant">(There are no reports.)</p>
|
|
{% endif %}
|