{% extends "misago/emails/base.html" %} {% load i18n %} {% block content %} {% blocktrans trimmed with user=recipient %} {{ user }}, you are receiving this message because you want to change forgotten password for your forum account. {% endblocktrans %}

{% blocktrans trimmed %} To change your account password click the link below: {% endblocktrans %}

{% trans "Set new password" %}
{% endblock content %}