{% load i18n %}
{% trans "Hello" %} {{user.firstname}} {{user.lastname}},

{% blocktrans with sitename=site.name username=user.username %}
You have created an account at {{ sitename }} with the user name {{ username }}.
{% endblocktrans %}
{% trans "Activate account at" %} {{ site.name }}:

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

{% blocktrans %}Link is valid for {{ expiration_days }} days.{% endblocktrans %}
