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