{% extends 'base/layout.html' %} {% load helpers %} {% block header %}
Select a node below to continue:
Origin | Destination | Segments |
---|---|---|
{{ cablepath.origin.parent_object }} / {{ cablepath.origin }} | {% if cablepath.destination %} {{ cablepath.destination }} ({{ cablepath.destination.parent_object }}) {% else %} Incomplete {% endif %} | {{ cablepath.segment_count }} | None found | {% endfor %}