{% extends "generic/object_list.html" %} {% load buttons %} {% load static %} {% load helpers %} {% block buttons %}
| Type | Total | Valid | Invalid | No Software | Validation (%) | Summary | Export Data |
|---|---|---|---|---|---|---|---|
| Inventory Items | {% if inventory_aggr.total is not None %} {{ inventory_aggr.total }} {% else %} -- {% endif %} | {% if inventory_aggr.valid is not None %} {{ inventory_aggr.valid }} {% else %} -- {% endif %} | {% if inventory_aggr.invalid is not None %} {{ inventory_aggr.invalid }} {% else %} -- {% endif %} | {% if inventory_aggr.no_software is not None %} {{ inventory_aggr.no_software }} {% else %} -- {% endif %} | {% if inventory_aggr.valid_percent is not None %} {{ inventory_aggr.valid_percent }} % {% else %} -- {% endif %} |
|