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

{% block body %}{% 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:" %}
{% absolute_url reset_url %}

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

{% endautoescape %}{% endblock %}
