{% extends "oscar/customer/emails/base.html" %}
{% load i18n %}

{% block body %}{% autoescape off %}{% blocktrans with name=site.name %}
You're receiving this email 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." %}

{% endautoescape %}{% endblock %}
