{% extends 'base/layout.html' %} {% block title %}Locate & patch — cable {{ cable }}{% endblock %} {% block content %}

Locate & patch — cable {{ cable }}

{% if channel and channel.racks %}

Full channel {{ channel.origin }}{{ channel.destination }}. Per rack: the device highlighted in its native elevation (locate it) and the exact port to patch (front side only).

{% include 'netbox_autocabling/inc/channel_racks.html' %} {% else %}

This cable has no traced channel.

{% endif %}
{% endblock %}