{% if user and user.name %}Welcome, {{ user.name }}!{% else %}Welcome!{% endif %} Your email {{ user.email if user else "" }} is now confirmed.
Go to login
You can now sign in with your email and password.