| Name | Colour | Description | Devices | Created | Actions |
|---|---|---|---|---|---|
|
{{ tag.name }}
|
{{ tag.color }} | {{ tag.description or '-' }} | {% if tag.device_count > 0 %} {{ tag.device_count }} {% else %} 0 {% endif %} | {{ tag.created_at.strftime('%Y-%m-%d') if tag.created_at else '-' }} |
{% if can_edit_tag %}
{% endif %}
{% if can_delete_tag %}
{% endif %}
|
No tags found. Add your first tag to get started.