| Pizza | Quantité | Prix unitaire | Total |
|---|---|---|---|
|
{{ item.pizza.name }}
{% if item.pizza.vegetarian %}
🌱 Végétarien
{% endif %}
{{ item.pizza.description|slice(0, 80) }}{% if item.pizza.description|length > 80 %}...{% endif %} |
{{ item.quantity }} | {{ item.unitPrice|number_format(2, ',', ' ') }} € | {{ (item.quantity * item.unitPrice)|number_format(2, ',', ' ') }} € |