{# CAREFUL : Some client might need to replicate this template #}
{% extends 'communicationAlt/fr/email/notification/base.html.twig' %}
{% block body %}
{% set recipient = context.user %}
Une nouvelle annonce correspond à votre trajet
|
|
|
{# intro #}
Bonjour {{recipient.givenName|capitalize}} {{recipient.shortFamilyName|capitalize}},
|
|
Une nouvelle annonce de covoiturage correspondant à votre trajet entre {{ (context.matching.waypoints|first).address.addressLocality }} et {{ (context.matching.waypoints|last).address.addressLocality }} vient d'être publiée.
|
|
Rendez-vous dans Mes annonces pour consulter les annonces correspondantes et proposer un covoiturage.
|
|
{% endblock %}