{% extends 'base.html' %} {% block content %}

Device {{ device.name }} ({{ device.device_id.device_uuid.uuid }})


{% macro render_item(item, components, depth=0) %} {% if depth < 10 %} {%if item.type != 'CHASSIS' %}
  • {{ item.name }}
  • {% endif %} {% endif %} {% endmacro %}
    {% endblock %}