{% extends "customer/emails/base.html" %} {% load i18n ocyan_main %} {% block tbody %}

{% trans 'Hello' %} {{ user.get_full_name }},

{% 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:" %} {% trans 'Reset password' %} {% trans "If it was you who changed the email address, you can ignore this email." %} {% endblock %}