{% extends 'mtp_common/email_base.html' %} {% load i18n %} {% block title %}{% trans 'Prisoner money' %}{% endblock %} {% block content %}
{% blocktrans trimmed with name=user.first_name %} Dear {{ name }}, {% endblocktrans %}
{% blocktrans trimmed %} The email address associated with your account at {{ site_url }} was recently changed to {{ new_email }}. {% endblocktrans %}
{% blocktrans trimmed %} If this action was not taken by you, please contact us immediately. {% endblocktrans %}
{% trans 'Kind regards,' %}
{% trans 'Prisoner money team' %}