Account activated

{% if user and user.name %}Welcome, {{ user.name }}!{% else %}Welcome!{% endif %} Your email {{ user.email if user else "" }} is now confirmed.

{% if login_url %}

Go to login

{% else %}

You can now sign in with your email and password.

{% endif %}