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

A new ad matches your trip

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

A new ad matches your trip from {{ (context.matching.waypoints|first).address.addressLocality }} to {{ (context.matching.waypoints|last).address.addressLocality }} has just been published.

Go to My ads to check it out the corresponding ads and suggest a carpool.

{% endblock %}