{% extends 'frontend/enclosures/enclosure.html' %} {% block tabcontent %}
{{ enclosure.name }}
{% if enclosure.platform == None %} {% else %} {% endif %} {% if enclosure.netbox_id > 0 %} {% endif %}
Name {{ enclosure.name }}
Platform{{ enclosure.platform }}
Description {{ enclosure.description }}
NetBox URL NetBox Device {{ enclosure.netbox_id }}
Location {{ enclosure.location_site }} > {{ enclosure.location_room }} > {{ enclosure.location_rack }} > {{ enclosure.location_rack_position }}
{% include 'frontend/enclosures/detail/actions.html' %}
{% endblock %}