{% load i18n %}{% autoescape off %}
{{ title }}

{% blocktrans %}You're receiving this email because you trying to register new account at {{ site_name }}.{% endblocktrans %}
{% trans "Please confirm your email address to complete the registration:" %} https://{{ country_code }}.{{ domain_uri }}/registered/{{ uidb64 }}/{{ token }}/
{% trans "If you use the mobile app, enter the following code in the form:" %} {{ token }}
{% trans "Thanks for using our site!" %}

{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
This email has been sent to {{ send_to }} ,
{% endautoescape %}