Files
tripwithbonus/templates/v2/blocks/b_my_routes.html
2025-01-24 21:43:03 +03:00

8 lines
184 B
HTML

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