{% extends "base.html" %}{% block content %}

Attendance Devices

Device configuration and employee mapping
Add Device
{% for d in devices %}{% empty %}{% endfor %}
DeviceBranchConnectionIP / PortLast SyncStatus
{{ d.vendor }} {{ d.model }}
{{ d.name }}
{{ d.branch }}{{ d.connection_mode }}{{ d.ip_address|default:"—" }} : {{ d.port }}{{ d.last_sync_at|date:"Y-m-d H:i"|default:"Never" }}{{ d.last_sync_status|default:"Not tested" }}Open   Edit
No attendance device configured.
{% endblock %}