{% extends 'revervation/base.twig' %} {% block title %}Confirmation de votre demande{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
Du {{ cart.startDate|date('d/m/Y') }} au {{ cart.endDate|date('d/m/Y') }} ({{ cart.duration }} jours)
{% endif %}Formule appliquée
{{ cart.formule }}
{{ item.totalPriceHT|number_format(2, ',', ' ') }} € HT
{% if cart.tvaEnabled %}{{ item.totalPriceTTC|number_format(2, ',', ' ') }} € TTC
{% endif %}Aucun produit sélectionné.
{% endfor %} {# Orphan Options #} {% if cart.options is defined and cart.options|length > 0 %}Votre événement se trouve à moins de 10km de nos locaux.
{{ delivery.estimation|format_currency('EUR') }}
Détails du calcul
Formule appliquée
({{ delivery.details.distance|number_format(1) }} - 10) x {{ delivery.details.trips }} x {{ delivery.details.rate }}€ = {{ delivery.estimation|number_format(2) }}€
Cette estimation est indicative. Le montant définitif figurera sur votre devis.