{% load i18n %}

{% translate 'Dear' %} {{ user.username }},

{% blocktrans %}
To confirm your email, please click on the following link:
{{ link }}

If you have not registered an account,
please ignore this message.

Best regards

{% endblocktrans %}

{% if site_name %}
{{ site_name }}
{% endif %}
