{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Front Port
Device {{ object.device|linkify }}
Module {{ object.module|linkify|placeholder }}
Name {{ object.name }}
Label {{ object.label|placeholder }}
Type {{ object.get_type_display }}
Color  
Rear Port {{ object.rear_port|linkify }}
Rear Port Position {{ object.rear_port_position }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
Connection
{% if object.mark_connected %}
Marked as Connected
{% elif object.cable %}
Cable {{ object.cable|linkify }}
Connection Status {% if object.cable.status %} {{ object.cable.get_status_display }} {% else %} {{ object.cable.get_status_display }} {% endif %}
{% else %}
Not Connected {% if perms.dcim.add_cable %} {% endif %}
{% endif %}
{% include 'dcim/inc/panels/inventory_items.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}