{% extends "account/email/base.html" %} {% block subject %} PyBossa: {{ _('Recover your lost 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') }}.
{{ _('To recover your password, please visit the URL below') }}:
{{ _('Click here to recover your account') }}
{{ _('Regards') }},
{{ config.BRAND }} Team
{% endblock %}