{% extends 'base.html' %} {% load helpers %} {% load cables %} {% block content %}
| Origin | Destination | Segments |
|---|---|---|
| View full trace ({{ object.parent }} / {{ object }} — all paths) | ||
| {{ cablepath.origin.parent }} / {{ cablepath.origin }}{# Breakout trunk: annotate the lane with its specific child (sub)interface, in brackets. #} {% with subinterface=cablepath|breakout_subinterface_for_path %}{% if subinterface %} [{{ subinterface }}]{% endif %}{% endwith %} | {% if cablepath.destination %} {{ cablepath.destination }} ({{ cablepath.destination.parent }}) {% else %} Incomplete {% endif %} | {{ cablepath.segment_count }} | None found | {% endfor %}