{% load i18n baseurl %}
{% filter wordwrap:70 %}{% trans "A Pootle account has been created for you using this email address." %}{% endfilter %}
{% trans "To activate your account, follow this link:" %}
     {% filter abs_l %}/accounts/activate/{{ activation_key }}/{% endfilter %}

{% trans "Your activation code is:" %}
     {{ activation_key }}

{% filter wordwrap:70 %}{% trans "This message is sent to verify that the email address is in fact correct. If you did not want to register an account, you may simply ignore the message." %}{% endfilter %}
