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

Your inactive account will soon be deleted automatically

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

Your account is inactive since {{context.details.nbMonthsOfInactvity}} month. Without any action on your part, it will be automatically deleted on {{context.details.autoDeleteDate|date("d/m/Y")}}.To restart your account, simply log in.

See you soon on Mobicoop

{% if context.signature != null %} {% if context.signature.text != null %}

{{ context.signature.text }}

{% endif %} {% if context.signature.logo != null %} {% endif %} {% endif %}

{% endblock %}