{% 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 %} {{ protocol }}://{{ domain }}{% url 'auth:invite_user' uidb64=uid token=token %} {% endblock %} {% trans "Your username is " %} {{ user.get_username }} {% endautoescape %}