Name | Linked Devices | Description |
---|---|---|
{% if cur_device.attributes.name %}
{{ cur_device.attributes.name|escape }} {% else %} [UNKNOWN] {% endif %} |
{% for assoc_device in cur_device.links %} {% for pathinfo in assoc_device.path %} {{ pathinfo.name }} {% if not forloop.last %} / {% endif %} {% endfor %} {% if not forloop.last %} | {% endif %} {% endfor %} | {{ cur_device.attributes.description|escape }} |