{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% block content %}
Cable
Type {{ object.get_type_display|placeholder }}
Status {{ object.get_status_display }}
Tenant {% if object.tenant %} {% if object.tenant.group %} {{ object.tenant.group }} / {% endif %} {{ object.tenant }} {% else %} None {% endif %}
Label {{ object.label|placeholder }}
Color {% if object.color %}   {% else %} {% endif %}
Length {% if object.length %} {{ object.length|floatformat }} {{ object.get_length_unit_display }} {% else %} {% endif %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
Termination A
{% include 'dcim/inc/cable_termination.html' with termination=object.termination_a %}
Termination B
{% include 'dcim/inc/cable_termination.html' with termination=object.termination_b %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}