{% extends 'emails/base_email.html.twig' %} {% block email_title %}Nouvelle attribution - {{ system_name }}{% endblock %} {% block preheader %}Vous avez été attribué(e) à {{ company.name }}{% endblock %} {% block email_content %}

🏢 Nouvelle attribution

Vous avez été attribué(e) à une entreprise

Bonjour {{ user.firstName }} {{ user.lastName }},

Nous vous informons que vous avez été attribué(e) à une nouvelle entreprise par {{ admin_name }} le {{ timestamp|date('d/m/Y à H:i') }}.

📍 {{ company.name }}

{% if company.description %}

{{ company.description }}

{% endif %} {% if company.city or company.country %}

📌 Localisation : {{ company.city }}{% if company.city and company.country %}, {% endif %}{{ company.country }}

{% endif %} {% if company.email %}

📧 Email : {{ company.email }}

{% endif %} {% if company.phone %}

📞 Téléphone : {{ company.phone }}

{% endif %} {% if company.website %}

🌐 Site web : {{ company.website }}

{% endif %}

ℹ️ Informations importantes

Cette attribution vous donne accès aux fonctionnalités et données de l'entreprise {{ company.name }} sur la plateforme {{ system_name }}.

Accéder à mon compte

Vous pouvez maintenant vous connecter à votre compte pour accéder aux ressources de l'entreprise. Si vous avez des questions concernant cette attribution, veuillez contacter un administrateur.

Informations de sécurité

Cette action a été effectuée depuis l'adresse IP {{ ip_address }} {% if location and location.country %} ({{ location.city }}, {{ location.country }}) {% endif %} le {{ timestamp|date('d/m/Y à H:i') }}.

{% endblock %}