{% extends 'base.html.twig' %} {% block title %}Mon panier{% endblock %} {% block body %}
{{item.product.name}}
{{item.product.subtitle}}
{{(item.product.price / 100)|number_format(2,',','.') }} Fr CFA
{{ (item.quantity * (item.product.price / 100))|number_format(2,',','.') }} Fr CFA
{{ (totalPrice / 100)|number_format(2,',','.') }} FCFA
Vous avez: {{ totalQuantity }}