Files
tripwithbonus/templates/v2/blocks/b_search_routes_result.html
2025-02-17 16:13:53 +03:00

10 lines
355 B
HTML

{% load static %}
{% load i18n %}
<div class="routes_cont">
{% for route in routes %}
{% 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>