{% load i18n %} {% autoescape off %}

{% blocktrans with name=site.name %} You're receiving this e-mail because your password has been changed at {{ name }}. {% endblocktrans %}

{% trans "If it wasn't you who changed it, please reset your password immediately:" %} http://{{ site.domain }}{{ reset_url }}

{% trans "Otherwise, you can ignore this email." %}

{% trans "Thanks for using our site!" %}

{% blocktrans with name=site.name %}The {{ name }} team{% endblocktrans %}

{% endautoescape %}