{% extends 'dcim/device_component.html' %} {% load helpers %} {% load plugins %} {% block content %}
| Device | {{ instance.device }} | 
| Name | {{ instance.name }} | 
| Label | {{ instance.label|placeholder }} | 
| Type | {{ instance.get_type_display }} | 
| Description | {{ instance.description|placeholder }} | 
| Device | {{ instance.connected_endpoint.device }} | 
| Name | {{ instance.connected_endpoint.name }} | 
| Type | {{ instance.connected_endpoint.get_type_display|placeholder }} | 
| Description | {{ instance.connected_endpoint.description|placeholder }} | 
| Cable | {{ instance.cable }} | 
| Connection Status | {% if instance.connection_status %} {{ instance.get_connection_status_display }} {% else %} {{ instance.get_connection_status_display }} {% endif %} |