{% extends "base.html" %} {% block title %}Statistics - Network Inventory{% endblock %} {% block content %}
Signed-in as {{ username }}.
{% if total > 0 %}| Metric | Count |
|---|---|
| Total equipments | {{ total }} |
| Active | {{ active }} |
| Inactive | {{ inactive }} |
There's no equipment in the inventory.
{% endif %} {% endblock %}