{% extends 'generic/object.html' %}
{% block content %}
{% include 'inc/panels/tags.html' %}
{% include 'inc/panels/custom_fields.html' %}
| Hosts Mounts |
{{ object.hosts_mounts|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 |
{{ 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 %}