{% extends 'emails/base.html.twig' %} {% block title %}Bienvenue sur Bubul{% endblock %} {% block content %}

Bienvenue, {{ user.firstName }} !

Votre compte Bubul{% if user.company %} pour {{ user.company.name }}{% endif %} est prêt. Voici vos identifiants de connexion.

Email {{ user.email }} Mot de passe {{ password }}
{% include 'emails/_atoms/warning-box/warning-box.html.twig' with { text: "Changez ce mot de passe dès votre première connexion." } only %} {% include 'emails/_atoms/button/button.html.twig' with { label: "Se connecter", href: loginUrl } only %} {% endblock %}