{% load i18n %} {% url "confirm-email" token=token as confirm_url %} {% blocktrans trimmed with name=user.username %}

dear {{ name }}

to confirm your e-mail, follow this link:

confirm e-mail

if you can't see or click the link, navigate to this link via the address bar:

{{ protocol }}://{{ domain }}{{ confirm_url }}

if you didn't request such thing, you don't need to worry about anything.

have a good day.

{% endblocktrans %}