{# IP Validation Code Mobile Card Component #}
{# Header: Code + Status #}

{{ item.code }}

{{ item.user.email }}

{% if item.validated %} Vérifié {% elseif item.isExpired %} Expiré {% else %} En attente {% endif %}
{# Info Grid #}
IP
{{ item.ipAddress }}
{% if item.country or item.city %}
Localisation
{{ item.country }}{% if item.city %}, {{ item.city }}{% endif %}
{% endif %}
Créé le
{{ item.createdAt|date('d/m/Y H:i') }}
Expire le
{{ item.expiresAt|date('d/m/Y H:i') }}
{% if item.validated and item.validatedAt %}
Vérifié le
{{ item.validatedAt|date('d/m/Y à H:i:s') }}
{% endif %}
{# Footer: Geo Info #} {% if item.geoLocationData %}
{% if item.geoLocationData.browser is defined %} {{ item.geoLocationData.browser }} {% endif %} {% if item.geoLocationData.os is defined %} {{ item.geoLocationData.os }} {% endif %}
{% endif %}