{# SMTP Configuration Mobile Card Component #}
{# Header: Name + Status #}

{{ item.name }}

{{ item.host }}:{{ item.port }}

{% if item.isActive %} Actif {% else %} Inactif {% endif %}
{# Info Grid #}
Username
{{ item.username }}
Encryption
{{ item.encryption|upper|default('None') }}
From Email
{{ item.fromEmail }}
From Name
{{ item.fromName }}
Créé le
{{ item.createdAt|date('d/m/Y') }}
{% if item.updatedAt %}
Modifié le
{{ item.updatedAt|date('d/m/Y') }}
{% endif %}
{# Footer: Actions #}
Voir Modifier