{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block content %}

{% trans "Password Reset" %}

{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ platform_name }}.{% endblocktrans %}

{% if failed %}

{% blocktrans %}However, there is currently no user account associated with your email address: {{ email_address }}.{% endblocktrans %}

{% trans "If you did not request this change, you can ignore this email." %}

{% else %}

{% trans "If you didn't request this change, you can disregard this email - we have not yet reset your password." %}

{% trans "Change my Password" as course_cta_text %} {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=reset_link %} {% endif %}
{% endblock %}