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

Have you paid your carpooler ?

Hello {{context.debtor.givenName|capitalize}} {{context.debtor.shortFamilyName|capitalize}},

Your regular carpooling, with {{ context.creditor.givenName|capitalize }} {{ context.creditor.shortFamilyName|capitalize }} from {{context.origin}} to {{context.destination}} is done.

Don't forget toindicate the trip as paid by handif you have already paid the driver, or to pay it online.

Mobicoop is a fee-free service, but you can make donation to support the project from the payments page or here.

You can also make a review on a past carpool. This is not mandatory, but helps to reassure new carpoolers.

{% endblock %}