{% extends "client/layout_client.html" %} {% block body %}
Nom | Quantite | Prix | Prix total |
---|---|---|---|
{{ ligne.nom }} {% if ligne.nb_declinaisons is defined and ligne.nb_declinaisons > 1 %} ( {{ ligne.nb_declinaisons }} declinaisons ) {% if ligne.couleur_id != 1 %} {{ ligne.libelle_couleur }} {% endif %} {% if ligne.taille_id != 1 %} {{ ligne.libelle_taille }} {% endif %} {% endif %} | {{ ligne.quantite }} | {{ ligne.prix }} € | {{ ligne.prix_ligne }} € |
Toutes mes commandes