{% extends 'base.html' %} {% load helpers %} {% block header %}
{{ cable.label }}
{% else %}Cable #{{ cable.pk }}{% endif %}
{{ cable.get_status_display }}
{{ cable.get_type_display|default:"" }}
{% if cable.length %}{{ cable.length }} {{ cable.get_length_unit_display }}{% endif %} {% if cable.color %} {% endif %} {% else %}Port | Connected | Type | Description |
---|---|---|---|
{{ termination }} | {% if termination.cable %} {% else %} {% endif %} | {{ termination.get_type_display }} | {{ termination.description|placeholder }} |