{% extends "oscar/communication/emails/base.html" %} {% load i18n %} {% load url_tags %} {% block tbody %} {% 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:" %} {% trans "Reset password" %} {% trans "Otherwise, you can ignore this email." %} {% endblock %}