{% if write_access %}
add category
{% ifequal device.class_name "device category" %}
|
delete category
{% endifequal %}
|
tag category
{% if valid_tag_target %}
|
move tagged object here
{% endif %}
{% endif %}
{% if category_list %}
Name |
Description |
{% for cur_category in category_list %}
{% if forloop.counter|divisibleby:"2" %}
{% else %}
{% endif %}
{{ cur_category.attributes.name|escape }}
|
{{ cur_category.attributes.description|escape }}
|
{% endfor %}
{% endif %}
Hidden content, click to expand.