{% extends 'dcim/devicetype/base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block content %}
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 %}
|
Rear Image |
{% if object.rear_image %}
|
Instances | {{ instance_count }} |