0.0.161 routes

This commit is contained in:
SBD
2025-02-17 17:20:04 +03:00
parent e3fd8457c0
commit 4f2e3776ed
3 changed files with 57 additions and 9 deletions

View File

@@ -5,6 +5,14 @@
{% include "v2/widgets/w_route_card_for_search.html" %}
{% endfor %}
</div>
<div class="container_btns" style="--justify: center;">
<div class="primary_btn" style="--padding: 19px 34px 21px 34px">{% trans "Показать ещё 10" %}</div>
</div>
{% if not last_block %}
<div class="container_btns" data-next_page_btn="true" style="--justify: center;">
<div class="primary_btn"
onclick="loadMoreRoutes(this)"
style="--padding: 19px 34px 21px 34px"
data-from_el="{{ last_el }}"
data-more_count="{{ next_page_els_count }}">
{% trans "Показать ещё" %} {{ next_page_els_count }}
</div>
</div>
{% endif %}