{% extends 'base.html.twig' %} {% block body %}
Nom | type | price | picture | quantité | total/produit | select |
---|---|---|---|---|---|---|
{{ product.getName() }} | {{ product.getType() }} | {{ product.getPrice() }} | {{quantity}} | {{quantity * product.getPrice()}} | ||
total={{quantity * product.getPrice()}} |