{% extends 'dcim/device_component.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }}
  • Device Bays
  • {{ object }}
  • {% endblock %} {% block content %}
    Device Bay
    Device {{ object.device }}
    Name {{ object.name }}
    Label {{ object.label|placeholder }}
    Description {{ object.description|placeholder }}
    {% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all %} {% plugin_left_page object %}
    Installed Device
    {% if object.installed_device %} {% with device=object.installed_device %}
    Device {{ device }}
    Device Type {{ device.device_type }}
    {% endwith %} {% else %}
    None
    {% endif %}
    {% plugin_right_page object %}
    {% plugin_full_width_page object %}
    {% endblock %}