{# CAREFUL : Some client might need to replicate this template #} {% extends 'communicationAlt/fr/email/notification/base.html.twig' %} {% block body %} {% set recipient = context.user %} {% set sender = context.sender %} {% set sendingDate = context.sendingDate %}

You've got a new message !

Hello {{recipient.givenName|capitalize}} {{recipient.shortFamilyName|capitalize}},

{{sender.givenName|capitalize}} {{sender.shortFamilyName|capitalize}} contacted you on {{ sendingDate|date("d/m/Y") }}. To date, you haven't replied to his message. Please do it as soon as possible. {{sender.givenName|capitalize}} {{sender.shortFamilyName|capitalize}} awaits your reply to organize future carpooling trips.

To make the community work, it's important to reply to the messages you receive. If your trip is no longer up-to-date, you can delete it or pause it from the page My ads. After several reports from users, Mobicoop reserves the right to suspend an account considered inactive.

{% endblock %}