{% load i18n %}
{% blocktrans %}Welcome {{user}},{% endblocktrans %}

{% blocktrans %}We received an account request on {{site.domain}} for your email address.
To activate your account please visit the following link:{% endblocktrans %}

http://{{site.domain}}/membership/activate/{{ activation_key }}/

{% blocktrans %}If you do not want to open an account on {{site.domain}}, please ignore this email.
Your information will then be deleted in a few days time.{% endblocktrans %}

{% blocktrans %}Best Regards,
The {{site.domain}} team.{% endblocktrans %}