Route Options
{% if routes %} {% for route in routes %} {% endfor %}
# Hops Length Pathways
{{ forloop.counter }} {{ route.hop_count }} {{ route.cost|floatformat:1 }} m {% for pw in route.pathways %} {{ pw }}{% if not forloop.last %} → {% endif %} {% endfor %}
{% else %}
No route found between cable termination sites.
{% endif %}