{% if segments %} {% for seg in segments %} {% if seg.gap_before %} {% endif %} {% endfor %}
# Pathway Type From To Length Actions
Gap
{% if seg.gap_start_pk and seg.gap_end_pk %} {% endif %}
{{ 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 %}
Plan Route
{% else %}

No segments in this cable's route.

Plan Route
{% endif %}