{% extends "account/email/base.html" %} {% block subject %} {{_('Recover your password')}} {% endblock %} {% block subtitle %} {{ _('Hello') }} {{ user.fullname }}, {% endblock %} {% block body %}

{{ _('We received a request to recover your password for') }} {{ config.BRAND }}.

{{ _('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 %}