{% load i18n %}
{% url 'django_registration_activate' activation_key as activation_key_url%}
{% blocktrans with sitename=site.name siteurl=site.domain %}

You (or someone pretending to be you) have asked to register an account on one instance of Coopedia.
If this wasn't you, please ignore this email
and your address will be removed from our records.

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

http://{{ siteurl }}{{ activation_key_url }}

Sincerely,
The Coopedia Knowledge base team
{% endblocktrans %}
