{% extends 'generic/object.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% for group in object.get_ancestors %}
Name | {{ object.name }} |
---|---|
Parent | {{ object.parent|linkify|placeholder }} |
Assets | {{ asset_table.rows|length }} |
Status | Count |
---|---|
{% badge value=sc.label bg_color=sc.color %} | {{ sc.count }} |
— No assets found — |
Inventory Item Type | Status | Count | |
---|---|---|---|
{{ tsc.inventoryitem_type__manufacturer__name }} {{ tsc.inventoryitem_type__model }} | {% else %}{% endifchanged %} | {% badge value=tsc.label bg_color=tsc.color %} | {{ tsc.count }} |
— No assets found — |