{% load i18n %}{% autoescape off %}
{% blocktrans %}You've been invited to create an account at {{ site_name }}.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
SET PASSWORD
{% endblock %}
{% trans "Your username is " %} {{ user.get_username }}
{% endautoescape %}