{# Login Attempt Mobile Card Component #}
{# Header: Email + Success Status #}

{{ item.email }}

{{ item.ipAddress }}

{% if item.successful %} Réussi {% else %} Échec {% endif %}
{# Failure Reason #} {% if not item.successful and item.failureReason %}
{{ item.failureReason }}
{% endif %} {# Info Grid #}
Navigateur
{{ item.browser ?: 'Unknown' }}
OS
{{ item.os ?: 'Unknown' }}
{% if item.country %}
Pays
{{ item.country }}
{% endif %} {% if item.city %}
Ville
{{ item.city }}
{% endif %}
{# Footer: Date + Action #}
{{ item.attemptedAt|date('d/m/Y à H:i:s') }} {% if not item.successful %} Bloquer IP {% endif %}