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

{% blocktrans %}Hi {{ user }},{% endblocktrans %}

{% trans "You have just created an account using FranceConnect." %}

{% include "emails/button-link.html" with url=login_url label=_("Login now") %} {% endblock %}