{% load i18n %}{% autoescape off %} {% blocktranslate %}You're receiving this email because an account has been created for you at {{ site_name }}.{% endblocktranslate %}

{% translate "Please go to the following page and choose a password:" %}

{% block reset_link %} Set Password {% endblock %}
{% translate 'Your username:' %} {{ user.get_username }}
{% translate "Thanks for using our site!" %}
{% blocktranslate %}The {{ site_name }} team{% endblocktranslate %} {% endautoescape %}