{# CAREFUL : Some client might need to replicate this template #}
{% extends 'communicationAlt/fr/email/notification/base.html.twig' %}
{% block body %}
Have you paid for last week's carpools? ?
|
|
|
Hello {{context.debtor.givenName|capitalize}} {{context.debtor.shortFamilyName|capitalize}},
|
|
|
Your week of 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 %}