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' }}