{% extends "misago/emails/base.html" %} {% load i18n %} {% block content %} {% blocktrans trimmed with user=recipient %} {{ user }}, you are receiving this message because you have made changes in your account email and password. {% endblocktrans %}

{% blocktrans trimmed %} To confirm those changes, click the link below: {% endblocktrans %}

{% trans "Save changes" %}
{% endblock content %}