{% extends 'base.html' %} {% load buttons %} {% load static %} {% load helpers %} {% block content %}
Type | Total | Valid | Invalid | No Software | Validation (%) | Summary |
---|---|---|---|---|---|---|
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 %} |
|