{% load i18n %}

{% blocktrans with name=site.name domain=site.domain%}
   Hello,

   Thanks for register yourself at {{ domain }}.

   In order to complete your registration, you must click in the following link:

   http://{{domain}}/accounts/activate/{{activation_key}}

   You have {{ expiration_days }} days to complete the registration process with this key.

   Best regards,

   the {{ domain }} team.
{% endblocktrans %}
