{% load i18n l10n pages %}{% autoescape off %} {% if user.name %}{% trans "Hi " %}{{ user.name }}, {% else %}{% trans "Hi," %}{% endif %} {% blocktrans %} You're receiving this e-mail because you requested a password reset for your user account at {{ project_name }}. {% endblocktrans %} {% trans "Please go to the following page and choose a new password:" %} {{ project_url }}{% url "qs_accounts:password_reset_confirm" reset_token=reset_token %} {% trans "If you did not request this change ignore this e-mail." %} {% blocktrans %} Thanks, The {{ project_name }} team {% endblocktrans %} {% endautoescape %}