{% load i18n %}
{% load url from future %}


{% blocktrans with site.name as site_name %}
You have asked to register an account at {{ site_name }}.
If this wasn't you, please ignore this email.

To activate this account, please click the following link within the next
{{ expiration_days }} days:
{% endblocktrans %}

http://{{ site.domain }}{% url "registration_activate" activation_key=activation_key %}

{% trans "Sincerely," %}
{{ site.name }}
