{% extends "account/email/base.html" %} {% block subject %} Password recovery {% endblock %} {% block subtitle %} Hello {{user['fullname']}}, {% endblock %} {% block body %}

We received a request to reset your {{ config.BRAND }} password.

Click here to reset your password.

If you did not make this request, please ignore this email.

Regards,

{{ config.BRAND }} Team

{% endblock %}