Produit | {% if display_prices %}Prix unitaire | {% endif %}Quantité | |
---|---|---|---|
{{ product.ref }} | {{ product }} | {% if display_prices %}{{ product.price | round(2) }} € | {% endif %}{{ order[product].quantity }} x {{ product.unit }} |
Total: {{ order.total(delivery.products) if order else 0 }} €