{# CAREFUL : Some client might need to replicate this template #} {% extends 'communicationAlt/fr/email/notification/base.html.twig' %} {% block body %}

Request password reset

Hello {{context.user.givenName|capitalize}} {{context.user.shortFamilyName|capitalize}}

{% if context.user.backLink and context.user.backLink is not null %}

Please click onthis link to reset your password.

Thanks!

{% elseif context.user.mobileRegistration is not null %}

Please click on this link to reset your password.

Thanks!

{% else %}

Please click on this link to reset your password.

Thanks!

{% endif %}

See you soon on Mobicoop

{% endblock %}