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