{# Device Mobile Card Component #}
{# Header: Device Name + Trust Status #}

{{ item.deviceName ?: 'Appareil inconnu' }}

{{ item.user.email }}

{% if item.isTrusted %} Vérifié {% else %} En attente {% endif %}
{# Info Grid #}
IP
{{ item.ipAddress }}
Navigateur
{{ item.browser ?: 'Unknown' }}
OS
{{ item.os ?: 'Unknown' }}
{% if item.country %}
Pays
{{ item.country }}
{% endif %} {% if item.city %}
Ville
{{ item.city }}
{% endif %}
Première utilisation
{{ item.firstUsedAt|date('d/m/Y') }}
Dernière utilisation
{{ item.lastUsedAt|date('d/m/Y') }}
{# Footer: Actions #}
Détails {% if not item.isTrusted %} {% endif %}