This commit is contained in:
yggverse 2026-01-08 00:24:38 +02:00
parent 5d232f54c9
commit af3a6d0cd6
2 changed files with 1 additions and 5 deletions

View file

@ -18,7 +18,7 @@
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
{% if total %}
<span>
Page {{ page }} / {{ pages }} ({{ total }} torrent{{ total | pluralize(plural="s") }} total)
Page {{ page }} / {{ pages }} ({{ total }} total)
</span>
{% endif %}
{% endblock content %}