8 lines
184 B
HTML
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> |