network/templates/route.j2
2021-10-27 00:34:13 +03:00

4 lines
55 B
Django/Jinja

{% for route in item.route %}
{{ route }}
{% endfor %}