{% extends "misago/emails/base.html" %}
{% load i18n %}
{% block content %}
{% blocktrans trimmed with user=recipient %}
{{ user }}, you are receiving this message because you have changed your e-mail address.
{% endblocktrans %}
{% blocktrans trimmed %}
To confirm this change, click the link below:
{% endblocktrans %}
{% trans "Save changes" %}
{% endblock content %}