{% extends "base.html" %} {% block title %}Device Limit Monitoring{% endblock %} {% block content %}
{{ stats.total_devices }}
of {{ stats.total_device_limit }} allowed{{ stats.usage_percent }}%
{{ stats.active_24h }}
devices seen today{{ stats.active_7d }}
devices seen this week| License Key | Customer | Devices | Limit | Usage | Status | Actions |
|---|---|---|---|---|---|---|
| {{ warning.license_key }} |
{{ warning.customer_name }} {{ warning.customer_email }} |
{{ warning.device_count }} | {{ warning.device_limit }} |
|
{% if warning.status == 'exceeded' %} Exceeded {% else %} Warning {% endif %} | View Devices |