{% extends "misago/emails/base.html" %}
{% load i18n misago_absoluteurl %}
{% block content %}
{% blocktrans trimmed with user=user %}
{{ 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 %}