implement pagination totals info

This commit is contained in:
yggverse 2025-08-05 19:21:08 +03:00
parent 3b95561c08
commit a4ce8e29d5
5 changed files with 38 additions and 20 deletions

View file

@ -27,4 +27,5 @@
{% endif %}
{% if next %}<a href="{{ next }}">Next</a>{% endif %}
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
<span>{{ pagination_totals }}</span>
{% endblock content %}