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