Files
tripwithbonus/templates/v2/blocks/b_my_routes.html
2025-01-16 17:18:12 +03:00

8 lines
193 B
HTML

{% load static %}
{% load i18n %}
<div class="b_my_routes">
{% for route in routes %}
{% include 'v2/widgets/w_customer_route_card.html' with route=route %}
{% endfor %}
</div>