{% extends "cms_qe/auth/email/base.html" %} {% load i18n %} {% block content %}
{% blocktrans %} You're receiving this email because you requested a password reset for your user account at {{ site_name }}. {% endblocktrans %}
{% translate "Please go to the following page and choose a new password:" %}
{% translate "Reset password" %}{% translate "Your username, in case you've forgotten:" %} {{ user.get_username }}
{% endblock %}