{% extends 'generic/object.html' %} {% block content %}
Device Type
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
Host / Enclosure
Hosts Carriers {{ object.hosts_carriers|yesno:"Yes,No" }}
Internal Width {% if object.internal_width_mm %}{{ object.internal_width_mm }} mm{% else %}—{% endif %}
Internal Height {% if object.internal_height_mm %}{{ object.internal_height_mm }} mm{% else %}—{% endif %}
Internal Depth {% if object.internal_depth_mm %}{{ object.internal_depth_mm }} mm{% else %}—{% endif %}
Mountable on Carriers
Mountable On {{ object.get_mountable_on_display|default:"—" }}
Mountable Subtype {{ object.get_mountable_subtype_display|default:"—" }}
Footprint (primary) {{ object.footprint_primary|default:"—" }}
Footprint (secondary) {{ object.footprint_secondary|default:"—" }}
{% endblock content %}