{{ device_name }}
Erişim Logları
Geri
{% if logs and logs|length > 0 %}
{% for log in logs %}
#{{ log.id }}
{{ log.timestamp }}
Kullanıcı
{{ log.user_name or 'Bilinmeyen' }}
Kart UUID
{{ log.card_uuid or 'N/A' }}
Erişim Türü
{% if log.access_type == 1 %}NFC {% elif log.access_type == 2 %}BUTTON {% elif log.access_type == 3 %}TCP SERVER {% elif log.access_type == 4 %}TCP CLIENT {% elif log.access_type == 5 %}BLE {% else %}UNKNOWN {% endif %}
Terminal
{{ log.terminal_mode or '0' }}
{{ 'Erişim Verildi' if log.is_granted else 'Erişim Reddedildi' }}
{% endfor %}
{% else %}
Henüz Log Yok

Bu cihaz için henüz erişim logu bulunmuyor.

{% endif %}