{% load i18n %}{% autoescape off %}
{% blocktrans %}Your {{ product_name }} password has been changed.{% endblocktrans %}

{% trans 'You can login at' %} {{ login_url }}
{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}

{% trans 'If you have not changed your password, please get in touch with your administrator.' %}
{% endautoescape %}
