Files
tripwithbonus/templates/v2/blocks/b_my_routes.html
2025-01-14 17:50:56 +03:00

7 lines
203 B
HTML

{% load static %}
{% load i18n %}
<link rel="stylesheet" href="{% static "v2/css/widgets/w_route_card.css" %}">
<div class="b_my_routes">
{% include 'v2/widgets/w_customer_route_card.html' %}
</div>