{% blocktrans %}activate your account{% endblocktrans %}
{% blocktrans %}hello {{ user_first_name }},{% endblocktrans %}
{% blocktrans %}thank you for signing up for {{ project_name }}. please activate your account
by clicking the button below:{% endblocktrans %}
{% blocktrans %}activate
account{% endblocktrans %}
{% blocktrans %}if the button above does not work, please copy and paste the following URL
into your web browser:{% endblocktrans %}
{{ activation_link }}
{% blocktrans %}best regards, the {{ project_name }} team{% endblocktrans %}
|