{% extends 'revervation/base.twig' %} {% block title %}Récapitulatif de réservation #{{ contrat.numReservation }}{% endblock %} {% block body %}
Référence : #{{ contrat.numReservation }}
Du
{{ contrat.dateAt|date('d/m/Y') }}
Au
{{ contrat.endAt|date('d/m/Y') }}
Lieu de l'événement
{{ contrat.addressEvent }} {% if contrat.address2Event %}- {{ contrat.address2Event }}{% endif %}
{{ contrat.townEvent }} ({{ contrat.zipCodeEvent }})
Le Prestataire
SEGARD LILIAN - LUDIKEVENT
6, rue du Château, 02800 DANIZY
SIRET : 930 488 408 00012
06 14 17 24 47
Le Client / Loueur
{{ contrat.customer.name }} {{ contrat.customer.surname }}
{{ contrat.customer.email }}
{{ contrat.customer.phone }}
|
{{ line.name }} {% if tvaEnabled %}Prix 1 Jour : {{ (line.price1DayHt*1.20)|number_format(0, ',', ' ') }}€ TTC Prix Jour suplémentaire : {{ (line.priceSupDayHt*1.20)|number_format(0, ',', ' ') }}€ TTC {% else %}Prix 1 Jour : {{ line.price1DayHt|number_format(0, ',', ' ') }}€ HT Prix Jour suplémentaire : {{ line.priceSupDayHt|number_format(0, ',', ' ') }}€ HT {% endif %}Caution : {{ line.caution|number_format(0, ',', ' ') }}€ |
{{ priceLine|number_format(2, ',', ' ') }}€ | |
|
Option {{ line.name }} |
{% if tvaEnabled %}
{{ (line.price*1.20)|number_format(2, ',', ' ') }}€ | {% else %}{{ line.price|number_format(2, ',', ' ') }}€ | {% endif %}
Total Prestations
Hors Taxes (HT)
{{ totalHT|number_format(2, ',', ' ') }}€
Total Prestations
Total TVA
{{ (totalTTC-totalHT)|number_format(2, ',', ' ') }}€
Total Prestations
Total TTC
{{ totalTTC|number_format(2, ',', ' ') }}€
Solde restant à régler
{{ solde|number_format(2, ',', ' ') }}€
Dossier Soldé
Aucun montant restant
Paiement sécurisé via Stripe
Contrat Signé
Numéro de signature
{{ signedNumber }}
Signature
Acompte (25%)
{{ arrhes|number_format(2, ',', ' ') }}€
{% if contrat.signed %} Régler l'acompte {% else %}Acompte Réglé
Moyen utilisé
{{ payment.amount|number_format(2, ',', ' ') }}€
Validé le {{ payment.validateAt|date('d/m/Y') }}
| Date & Heure | Type / Objet | Méthode | Montant | Confirmation de paiement | Statut |
|---|---|---|---|---|---|
|
{{ pay.validateAt|date('d/m/Y') }} {{ pay.validateAt|date('H:i') }} |
{% if pay in paymentCaution %} Caution (Empreinte) {% elseif pay in paymentList %} Acompte {% else %} Paiement complémentaire {% endif %} |
{{ pay.card.card.brand|default('CB') }}
**** {{ pay.card.card.last4|default('----') }} |
{{ pay.amount|number_format(2, ',', ' ') }}€ |
Validé
|
|
|
Aucune transaction enregistrée pour le moment |
|||||