{# CAREFUL : Some client might need to replicate this template #}
{% extends 'communicationAlt/fr/email/notification/base.html.twig' %}
{% block body %}
Confirmez un paiement à la main.
|
|
|
Hello {{ context.creditor.givenName|capitalize }} {{ context.creditor.shortFamilyName|capitalize }},
|
|
{{ context.debtor.givenName|capitalize }} {{ context.debtor.shortFamilyName|capitalize }} lists the week of {{context.week}} carpooling between {{context.origin}} and {{context.destination}} has paid by hand.
|
|
Click on the following link to confirm this payment by hand, or to report an missed payment : Validate a payment.
|
|
|
{% endblock %}