Remote Control Panel

{{ 'Sistem Aktif' if running else 'Sistem Nonaktif' }}
{{ popup_count }}
Total Popup
{{ activity_log|length }}
Total Aktivitas
{{ total_devices }}
Perangkat Aktif

Daftar Perangkat

{% for device, count in device_access.items() %}
{{ device }}
{{ count }} akses
{% endfor %}