{% load account %} {% user_display user as user_display %} {% load i18n %} {% load inlinecss %} {% inlinecss "css/emails.css" %} Your New {{ settings.PROJECT_LONG_NAME }} Account

{{ settings.PROJECT_LONG_NAME }}

You have a new account on {{ settings.PROJECT_LONG_NAME }}. You can log in with the button below.
Your username is {{ user.username }}.
The {{ settings.PROJECT_SHORT_NAME }} team
{% endinlinecss %}