{% extends 'base.html.twig' %} {% block title %} {{ page_title }} {% endblock %} {% block nav %} {% embed 'nav.html.twig' %}{% endembed %} {% endblock %} {% block body %}

Ton panier

{% if itemsInBasket > 0 %}
{% for item in basketItems %} {% if item.offer.gafType %} {% else %} {% endif %} {% if item.offer.gafType %} {% else %} {% endif %} {% endfor %}
Image Produit Prix unitaire Quantité Modifier Quantité Sous-total Action
{{ item.offer.goods }} {{ item.offer.goods }} {{ item.offer.price|number_format(2, '.', ',') }} € {{ item.quantity }}
Lot de {{ item.quantity }} {{ (item.quantity * item.offer.price)|number_format(2, '.', ',') }} € {{ (item.offer.price)|number_format(2, '.', ',') }} €

Sous-Total: {{ subTotalAmount|number_format(2, '.', ',') }} €

Investissements du GAF: {{ additionalCost|number_format(2, '.', ',') }} €


Total: {{ totalAmount|number_format(2, '.', ',') }} €

{% else %}

Ton panier est vide. Ajoute des produits pour continuer.

{% endif %}
{% endblock %} {% block bodyScript %} {{ encore_entry_script_tags('basket') }} {% endblock %}