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

8 lines
108 B
HTML

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