{% extends 'revervation/base.twig' %} {% block title %}Finalisation de votre demande{% endblock %} {% block body %}
Ou créez un compte.
Du {{ cart.startDate|date('d/m/Y') }} au {{ cart.endDate|date('d/m/Y') }} ({{ cart.duration }} jours)
{% endif %}{{ item.product.description }}
{{ item.totalPriceHT|number_format(2, ',', ' ') }} € HT
{% if cart.tvaEnabled %}{{ item.totalPriceTTC|number_format(2, ',', ' ') }} € TTC
{% endif %}Aucun produit sélectionné.
{% endfor %}