{# CAREFUL : Some client might need to replicate this template #}
{% extends 'communicationAlt/fr/email/notification/base.html.twig' %}
{% block body %}
|
|
Hello {{ context.creditor.givenName|capitalize }} {{ context.creditor.shortFamilyName|capitalize }},
|
|
{{ context.debtor.givenName|capitalize }} {{ context.debtor.shortFamilyName|capitalize }} lists your carpool from {{context.origin}} to {{context.destination}} as paid by hand.
|
|
Click on the following link to confirm this payment by hand, or to report an missed payment : Validate a payment.
|
|
|
{% endblock %}