MySy Training : Facture à venir le {{ params.period_end }}
Bonjour {{ params.user_name }}
Ceci est un aperçu de la facture qui sera émise le
{{ params.period_end }}. Elle est susceptible d'être
modifiée si l'abonnement est mis à jour.
Description |
Quantité |
Prix unit. € |
Montant € |
{% set accumulator = namespace(date=0,
display_date=1) %}
{% if params.lines %}
{% for line in params.lines %}
{% if accumulator.date != line.period_end_month %}
{% set accumulator.display_date = 1 %}
{% set accumulator.date = line.period_end_month %}
{% else %}
{% set accumulator.display_date = 0 %}
{% endif %}
{% if accumulator.display_date == 1 %}
Du {{line.period_start}} au
{{line.period_end}}
|
|
{% endif %}
{{line.description}} |
{{line.quantity}} |
{{line.unit_amount}} |
{{line.amount}} |
{% if accumulator.display_date == 0 %}
|
{% endif %}
|
|
|
|
{% endfor %}
{% endif %}
{% if params.discount_code is defined and
params.discount_code|length > 2 %}
Remise |
{{params.discount_display_text}} |
Montant Remise |
( {{params.discount_montant_remise}} )
|
{% endif %}
Total HT |
{{params.total}} € |
TVA |
{{params.tva}} € |
Total |
{{params.total_ttc}} € |
Cordialement
MySy Training Technology
Téléphone : +331 77 00 38 57
Email : contact@mysy-training.com
Site : https://www.mysy-training.com/