{% extends 'base.html.twig' %} {% block title %}Ma Commande - La boutique Française{% endblock %} {% block content %}
Produit | Quantité | Prix unitaie | Total |
---|---|---|---|
{{ product.product }} | {{ product.quantity }} | {{ (product.price / 100)|number_format(2,',',',') }} € | {{ (product.total / 100)|number_format(2,',',',') }} € |