{% load i18n %} {% autoescape off %}
{% trans "Your new account has been created." %}
{% blocktrans %}
Your username is {{ username }}
{% endblocktrans %}
{% trans "Clicking the link below allows you to reset your password and log in." %}
{{ site_url }}{% url auth_password_reset_confirm uidb36=uid token=token %}
{% trans "Thank you!" %}
{{ site_name }}
{{ site_url }}
{% endautoescape %}