6 lines
133 B
HTML
6 lines
133 B
HTML
{% load static %}
|
|
{% load i18n %}
|
|
|
|
{% for route in routes %}
|
|
{% include "v2/widgets/w_route_card_for_search.html" %}
|
|
{% endfor %} |