{% load i18n %}{% autoescape off %}
{% translate 'Your password has been changed.' %}

{% translate 'If you did not change your password, please reset your password immediately using the following link:' %}

{{ password_reset_url }}

{% endautoescape %}
