Devices
{% if device_list %} {% for cur_device in device_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
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 }}
{% endif %}