Files
account_store/templates/blocks/b_search_routes.html
2023-08-25 14:16:15 +03:00

9 lines
160 B
HTML

{% load static %}
<div class="block-finded-routes">
{% for route in routes %}
{% include "widgets/w_carrier_card.html" %}
{% endfor %}
</div>