{% extends "misago/emails/base.txt" %} {% load i18n %} {% block content %} {% blocktrans trimmed with user=recipient %} {{ user }}, you are receiving this message because you have changed your password. {% endblocktrans %} {% blocktrans trimmed %} To confirm this change, click the link below: {% endblocktrans %} {{ SITE_ADDRESS }}{% url 'misago:options_form' form_name='change-password' token=token %} {% endblock content %}