{% extends 'dcim/devicetype/base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block content %}
Chassis
Manufacturer {{ object.manufacturer|linkify }}
Model Name {{ object.model }}
{{ object.slug }}
Part Number {{ object.part_number|placeholder }}
Height (U) {{ object.u_height }}
Full Depth {% checkmark object.is_full_depth %}
Parent/Child {{ object.get_subdevice_role_display|placeholder }}
Airflow {{ object.get_airflow_display|placeholder }}
Front Image {% if object.front_image %} {{ object.front_image.name }} {% else %} {{ ''|placeholder }} {% endif %}
Rear Image {% if object.rear_image %} {{ object.rear_image.name }} {% else %} {{ ''|placeholder }} {% endif %}
Instances {{ instance_count }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}