7 lines
203 B
HTML
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> |