{% extends "generic/object_list.html" %} {% load buttons %} {% load static %} {% load helpers %} {% block buttons %}
| Type | Total | Supported | Unsupported | Support (%) | 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.valid_percent is not None %} {{ device_aggr.valid_percent }} % {% else %} -- {% endif %} |
|