{% extends "oscar/communication/emails/base.html" %} {% load i18n %} {% load url_tags %} {% block tbody %} {% blocktrans with email=new_email %}You're receiving this email because your email address has been changed to {{ email }}.{% endblocktrans %} {% trans "If it wasn't you who changed it, please reset your password immediately and correct your email address:" %} Reset password {% trans "If it was you who changed the email address, you can ignore this email." %} {% endblock %}