implement files counter

This commit is contained in:
yggverse 2025-08-05 19:49:58 +03:00
parent 5c167f4852
commit 11a398e90c
2 changed files with 9 additions and 3 deletions

View file

@ -8,9 +8,10 @@
{% if row.torrent.comment %}<p>{{ row.torrent.comment }}</p>{% endif %}
<div>
<ul>
<li><span title="Indexed">{{ row.indexed }}</span>{%
if row.created %} <span title="Created">({{ row.created }})</span>{% endif %}</li>{%
if row.size %}<li><span title="Size">{{ row.size }}</span></li>{% endif %}
<li><span title="Indexed">{{ row.indexed }}</span></li>
{% if row.created %}<li><span title="Created">({{ row.created }})</span></li>{% endif %}
{% if row.size %}<li><span title="Size">{{ row.size }}</span></li>{% endif %}
<li><span title="Files">{{ row.files }}</span></li>
</ul>
<a rel="nofollow" href="{{ row.magnet }}" title="Magnet">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" viewBox="0 0 16 16">