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

{% block body %}{% autoescape off %}
{% blocktrans with name=site.name %}You're receiving this e-mail because you requested a password reset for your user account at {{ name }}.{% endblocktrans %}

{% trans "Please go to the following page and choose a new password:" %}
{{ reset_url }}{% endautoescape %}{% endblock %}
