{% extends "misago/emails/base.txt" %} {% 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 %} {{ SITE_ADDRESS }}{% url 'misago:usercp_confirm_email_password_change' token=credentials_token %} {% endblock content %}