{% if segments %}
| # | Pathway | Type | From | To | Length | Actions |
|---|---|---|---|---|---|---|
| Gap | ||||||
| {{ seg.ordinal }} | {% if seg.pathway %} {{ seg.pathway }} {% else %} — {% endif %} | {{ seg.pathway.get_pathway_type_display|default:"—" }} | {{ seg.start_name|default:"—" }} | {{ seg.end_name|default:"—" }} | {% if seg.pathway and seg.pathway.length %}{{ seg.pathway.length|floatformat:1 }}{% else %}—{% endif %} | |
No segments in this cable's route.