{% extends 'front/base.html.twig' %} {% block title %}{{ Globals.getCompany().name }} | Configurer pack{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} Retour aux packs {# Colonne image (style fiche produit) #} ${ globalPos1Label } Variante globale — ${ globalPos1Label } S’applique à tous les produits (si disponible) {# Colonne infos / configuration (style fiche produit) #} ${ selectedPack.name } Ref : ${ selectedPack.reference } ${ Number(selectedPack.final_price_ttc || 0).toFixed(3) } TND ${ Number(selectedPack.price_ttc || 0).toFixed(3) } TND -${ Number(selectedPack.remise || 0).toFixed(2) }% Quantité pack − ${ packQty } + Résumé du pack ${ configuredCount } / ${ totalCount } configurés • Variante indisponible (${ missingGlobalCount }) ${ Number(summaryTotalPrice || 0).toFixed(3) } TND ${ Number(summaryUnitPrice || 0).toFixed(3) } TND / pack Qté: ${ packQty } Prêt à ajouter au panier ✅ ${ ctaHint } ${ row.productName } ${ row.selectedDecl.pos1Label }: ${ row.selectedDecl.pos1Value } • ${ row.selectedDecl.pos2Label }: ${ row.selectedDecl.pos2Value } À compléter Ajouter le pack Acheter maintenant Produits du pack choisis Aperçu des articles sélectionnés avant ajout au panier ${ row.productName } Configuré À compléter Aucun produit dans ce pack. {# Tableau variantes pack #} ${ row.productName } Ref. ${ row.productReference } ${ row.selectedDecl.pos1Label } : ${ row.selectedDecl.pos1Value } ${ row.selectedDecl.pos2Label } : ${ row.selectedDecl.pos2Value } Variante "${ row.globalMissingLabel }" indisponible ${ entry.label } Aucune variante position 2 disponible. Voir le résumé Chargement du pack... {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}