Associated Devices
{% if device_association_list %} {% for assoc in device_association_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Associated Device Device Class Action
{% for pathinfo in assoc.path %} {{ pathinfo.name }} {% if not forloop.last %} / {% endif %} {% endfor %} {{ assoc.obj.attributes.class }} {% ifequal assoc.type "association" %} {% if write_access %} delete {% endif %} {% else %} {% if write_access %} delete {% endif %} {% endifequal %}
{% endif %}