{% extends "emails/body_base.html" %} {% block content %}

Bonjour {{ user.get_full_name }},

Votre compte a été créé : bienvenue ! Pour vous connecter, utilisez les informations suivantes :

{% include "emails/button-link.html" with url=login_url label="Me connecter maintenant" %} {% endblock %}