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