{% load i18n %} {% url "confirm-email" token=token as confirm_url %} {% blocktrans trimmed with name=user.username %}
to confirm your e-mail, follow this link:
confirm e-mailif 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 %}