{% extends 'emails/base.html.twig' %} {% block title %}Votre compte Bubul vous attend{% endblock %} {% block content %}

Votre compte a été créé

Bonjour {{ user.firstName ?: 'cher utilisateur' }}, {% if inviterName %}{{ inviterName }} a créé{% else %}un administrateur a créé{% endif %} un compte Bubul pour vous. Activez-le pour choisir votre mot de passe et commencer.

Email de connexion {{ user.email }}
{% include 'emails/_atoms/button/button.html.twig' with { label: "Activer mon compte", href: completeUrl } only %} {% include 'emails/_atoms/warning-box/warning-box.html.twig' with { text: "Lien valable 24 heures. Vous n'êtes pas concerné ? Ignorez cet email." } only %} {% endblock %}