{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% block content_left_page %}
| Type | {{ object.get_type_display|placeholder }} |
| Status | {{ object.status| hyperlinked_object_with_color }} |
| Label | {{ object.label|placeholder }} |
| Cable Type | {% if object.cable_type %} {{ object.cable_type|hyperlinked_object }} {% else %} — {% endif %} |
| Lanes | {{ object.connected_lanes }} / {{ object.total_lanes }} connected |
| Breakout not available for this cable's termination types | |
| Color | {% if object.color %} {% else %} — {% endif %} |
| Length | {% if object.length %} {{ object.length }} {{ object.get_length_unit_display }} {% else %} — {% endif %} |
| Side A | Side B |
|---|---|
| 1 %} rowspan="{{ row.a_rowspan }}"{% endif %} class="align-top border-end">
{% if object.cable_type.is_breakout %}
A{{ row.a.connector }}
{% if row.a.lanes > 1 %}{{ row.a.lanes }} lanes{% endif %}
{% endif %} {% include 'dcim/inc/cable_connection_termination.html' with term=row.a.termination %} |
{% endif %}
{% if row.b_rowspan > 0 %}
1 %} rowspan="{{ row.b_rowspan }}"{% endif %} class="align-top">
{% if object.cable_type.is_breakout %}
B{{ row.b.connector }}
{% if row.b.lanes > 1 %}{{ row.b.lanes }} lanes{% endif %}
{% endif %} {% include 'dcim/inc/cable_connection_termination.html' with term=row.b.termination %} |
{% endif %}