{% extends 'base.html.twig' %} {% block title %}Acheter {{ title }} - Cahiers d'exercice {% endblock %} {% block body %}
{% include 'book/components/_title.html.twig' %} {% include 'book/components/_menu.html.twig' %}

Commande: {{ title }}

Récapitulatif de votre commande:


{{ title }} {{ item_description }}
{{ total }} dont {{ tax }} de TVA

Sous-total {{ subtotal }}
T.V.A. {{ tax }}
Total {{ total }}

{% endblock %}