{% extends 'dcim/device_component.html' %} {% load helpers %} {% load plugins %} {% block content %}
Rear Port
Device {{ instance.device }}
Name {{ instance.name }}
Label {{ instance.label|placeholder }}
Type {{ instance.get_type_display }}
Positions {{ instance.positions }}
Description {{ instance.description|placeholder }}
{% include 'extras/inc/tags_panel.html' with tags=instance.tags.all %} {% plugin_left_page instance %}
Connection
{% if instance.cable %}
Cable {{ instance.cable }}
Connection Status {% if instance.cable.status %} {{ instance.cable.get_status_display }} {% else %} {{ instance.cable.get_status_display }} {% endif %}
{% else %}
Not connected
{% endif %}
{% plugin_right_page instance %}
{% plugin_full_width_page instance %}
{% endblock %}