{% extends "account/email/base.html" %} {% block subject %} Password recovery {% endblock %} {% block subtitle %} Hello {{user['fullname']}}, {% endblock %} {% block body %}
We received a request to recover your {{ config.BRAND }} password.
If you did not request this, please ignore this email.
Our records show that you use your {{ account_name }} account to sign in. Please use the same account to sign-in again. If you forgot the password to your {{ account_name }} account, please contact {{ account_name }}.
Regards,
{{ config.BRAND }} Team
{% endblock %}