{% extends 'superuser/base_super_user.html' %} {% block title %}Live Monitoring | SaaS Command{% endblock %} {% block page_title %}Terminal Monitoring Centre{% endblock %} {% block page_subtitle %}Real-time hardware status and biometric asset tracking.{% endblock %} {% block content %}
ACTIVE TERMINALS
{{ active_count }}
TERMINATED
{{ terminated_count }}
TOTAL DEVICES
{{ total_devices }}
UNASSIGNED
{{ unassigned_count }}
ACTIVE DEVICES TERMINATED LIST
{% if query %} {% endif %}
{% for stat in device_stats %} {% empty %} {% endfor %}
Hardware Profile Status Metrics Asset Assignment Control Action
{{ stat.device.serial_number }}
{{ stat.device.name }}
{% if stat.device.is_terminated %} TERMINATED {% elif stat.device.is_authorized %} AUTHORIZED {% else %} WAITING {% endif %}
{{ stat.logs_count }}
{{ stat.students_count }}
{{ stat.school_name|upper }}
{% if stat.device.id %}
{% csrf_token %}
{% endif %}
{% csrf_token %}
No biometric terminals found in this category.
{% endblock %}