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

6 lines
133 B
HTML

{% load static %}
{% load i18n %}
{% for route in routes %}
{% include "v2/widgets/w_route_card_for_search.html" %}
{% endfor %}