templates/comparateur/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}SPA.BIZ | Comparateur{% endblock %}
  3. {% block body %}
  4. {#    {% if message %}#}
  5. {#        <div class="alert alert-danger">#}
  6. {#            <h6 class="text-danger">Vous avez atteint le nombre de produit à comparer!</h6>#}
  7. {#        </div>#}
  8. {#    {% endif %}#}
  9.     {% if message_existed %}
  10.         <div class="alert alert-danger d-lg-block d-md-block d-sm-none d-none">
  11.             <h6 class="text-danger">Le produit est déjà dans le comparateur!</h6>
  12.         </div>
  13.     {% endif %}
  14.     <div class="container-fluid d-lg-none d-md-none d-sm-block d-block background-linear">
  15.         <div class="container pt-3 pb-3 text-center">
  16.             <h3 class="text-white"><i>Bienvenue sur le</i></h3>
  17.             <h3><i class="text-white">Comparateur </i><span class="color-text-spa-biz">SPA.BIZ</span></h3>
  18.             <p class="text-white">Grâce à notre comparateur, Spa.Biz vous permet pour la première fois de comparer les différents types de spas disponibles sur le marché.</p>
  19.         </div>
  20.     </div>
  21.     <div class="container-fluid d-lg-none d-md-none d-sm-block d-block">
  22.         <div class="container pt-3 pb-3">
  23.             <div class="row">
  24. {#                <div class="col-lg-6 col-md-6 col-12">#}
  25. {#                    <div class="">#}
  26. {#                        <input type="text" class="id-categ-check disabled d-none" value="2">#}
  27. {#                        <h6 class="mb-2 text-center">Choisissez la gamme qui vous correspond : </h6>#}
  28. {#                        <div class="row">#}
  29. {#                            <div id="2" class="col-4 hp_choice-gamme active">#}
  30. {#                                <a class="hp_choice-gamme-link" href="#">Gamme Confort</a>#}
  31. {#                            </div>#}
  32. {#                            <div id="3" class="col-4 hp_choice-gamme">#}
  33. {#                                <a class="hp_choice-gamme-link" href="#">Gamme Prestige</a>#}
  34. {#                            </div>#}
  35. {#                            <div id="5" class="col-4 hp_choice-gamme">#}
  36. {#                                <a class="hp_choice-gamme-link" href="#">Gamme Luxe</a>#}
  37. {#                            </div>#}
  38. {#                        </div>#}
  39. {#                        <div class="mt-4 text-center">#}
  40. {#                            <div class="my-auto comp_text-icon-info">#}
  41. {#                                <img height="20px" src="{{ asset("/images/logo/info.png") }}" alt="">#}
  42. {#                                <span class="text-center mb-0 port_fs-12 text-grey-color-used">Les gammes correspondent au differentes finitions des spas</span>#}
  43. {#                            </div>#}
  44. {#                        </div>#}
  45. {#                    </div>#}
  46.                     <div class="mb-4 mt-4">
  47.                         <div class="row port_list-place">
  48.                             <div class="range">
  49.                                 <h6 class="text-center">Choisissez votre nombre de places : </h6>
  50.                                 <input  id="sliderInput1" class="port_width-input-range" type="text">
  51.                             </div>
  52.                         </div>
  53.                     </div>
  54.                     <div class="mb-4">
  55.                         <div class="row port_list-place">
  56.                             <div class="col-9">
  57.                                 <div class="range">
  58.                                     <h6 class="text-center">Choisissez votre budget : </h6>
  59.                                     <input  id="sliderInput2" class="port_width-input-range" type="text" min="0" value="0" max="30000" step="0">
  60.                                 </div>
  61.                             </div>
  62.                             <div class="col-3 ps-lg-2 ps-md-2 ps-sm-0 ps-0 pe-lg-2 pe-md-2 pe-sm-0 pe-0">
  63.                                 <div class="text-end mt-4">
  64.                                     <button data-url="{{ path("app_comparateur_filtre_produit") }}" class="compar_button-research-form">Rechercher</button>
  65.                                 </div>
  66.                             </div>
  67.                         </div>
  68.                     </div>
  69.                 </div>
  70.             </div>
  71.         </div>
  72.     </div>
  73.     <div class="container-fluid background-black">
  74.         <div class="container pt-4 pb-4">
  75.             <div class="row">
  76.                 <div class="col-lg-9 col-md-8 col-sm-12 col-12 text-lg-start text-md-start text-sm-center text-center">
  77.                     <h3 class="text-white comp_title-block">COMPARATEUR <i>SPA.BIZ</i></h3>
  78.                 </div>
  79.                 <div class="col-lg-3 col-md-4 col-sm-12 col-12 text-center d-lg-block d-md-block d-sm-none d-none">
  80.                     <button class="text-white comp_button-masque comp_show" data-link="{{ path("app_list_spa") }}">Masquer le comparateur <span><img class="comp_img-arrow-up" src="{{ asset("/images/comparator/arrow_top.png") }}" alt="arrow"></span></button>
  81.                     <button class="text-white comp_button-masque comp_hide d-none">Afficher le comparateur <span><img class="comp_img-arrow-down" src="{{ asset("/images/comparator/arrow_top.png") }}" alt="arrow"></span></button>
  82.                 </div>
  83.             </div>
  84.             <div class="row mt-4 comp_mask-block">
  85.                 <div class="d-lg-none d-md-none result-search result-search-css" data-url="{{ path("app_comparateur_filtre_get_produit_list_mobile") }}">
  86.                 </div>
  87.                 <div class="d-lg-flex d-md-flex d-sm-none d-none">
  88.                     {% for key, prodCateg in compar_products %}
  89.                         <div class="col-lg-3 col-md-3 col-sm-6 col-6">
  90.                             <div class="comp_background-white-grey comp_block-background-one position-relative">
  91.                                 <div class="comp_block-one text-center p-3">
  92.                                     <div class="comp_category">Gamme {{ prodCateg.produit | gameStart }}</div>
  93.                                     <h6 class="fw-600 mb-0 text-grey-color-used"><i class="text-portail">SPAS</i> {{ prodCateg.produit.name|filterName|raw }}</h6>
  94.                                     <div class="comp_price-products text-grey-color-used">{{ prodCateg.produit.price|number_format(0, ',', ' ') }}€</div>
  95.                                     <div class="comp_ratings mb-2">
  96.                                         {% set gammeProd = prodCateg.produit | gameStart %}
  97.                                         {% set nbrStartsP = gammeProd|number_format %}
  98.                                         <div class="d-flex">
  99.                                             {% for i in 1..nbrStartsP %}
  100.                                                 <img style="height: 23px;" src="{{ asset("/images/start_actif_hotfix.png") }}" alt="etoile">
  101.                                             {% endfor %}
  102.                                         </div>
  103.                                     </div>
  104.                                     <div style="width: 100%; display: inline-block;">
  105.                                         <img height="130px" src="{{ asset("/images/images_produits/"~prodCateg.produit.imageProduitsPrincipale) }}" alt="zaccouzi">
  106.                                     </div>
  107.                                 </div>
  108.                                 <div class="comp_button-remove-one-product">
  109.                                     <p><a href="{{ path("app_comparateur_del_one_in_list", {"id_prod":prodCateg.idProduit}) }}">+</a></p>
  110.                                 </div>
  111.                             </div>
  112.                             <div class="d-lg-none d-md-none d-sm-block d-block comp_caracteristic-mobile comp_d-none-mobile-caracteristic">
  113.                                 <div class="col-lg-3 col-md-3 col-sm-12 col-12">
  114.                                     <div class="comp_block-one-caracteristic text-center pl-3 pr-3 pt-0 pb-0">
  115.                                         <div class="comp_title-caracteristic"><h6 class="mb-0 p-1">CARACTÉRISTIQUES</h6></div>
  116.                                         <div class="row pe-3 ps-3">
  117.                                             <div class="col-sm-6 col-6 comp_right-caracteristic">
  118.                                                 {% if 'gamme' in caracteristics_aff %}<p class="text-uppercase">Gamme</p>{% endif %}
  119.                                                 {% if 'capaciteSpa' in caracteristics_aff %}<p class="text-uppercase">Capacité du SPA</p>{% endif %}
  120.                                                 {% if 'places_assis' in caracteristics_aff %}<p class="text-uppercase">Place(s) assise(s)</p>{% endif %}
  121.                                                 {% if 'places_allonge' in caracteristics_aff %}<p class="text-uppercase">Place(s) allongée(s)</p>{% endif %}
  122.                                                 {% if 'places_semiallonge' in caracteristics_aff %}<p class="text-uppercase">Place(s) semi allongée(s)</p>{% endif %}
  123.                                                 {% if 'places_levitation' in caracteristics_aff %}<p class="text-uppercase">Place(s) en lévitation</p>{% endif %}
  124.                                                 {% if 'appuis_tete' in caracteristics_aff %}<p class="text-uppercase">Appui-têtes confortables</p>{% endif %}
  125.                                                 {% if 'conditionnement' in caracteristics_aff %}<p class="text-uppercase">Conditionnement</p>{% endif %}
  126.                                                 {% if 'dimensions' in caracteristics_aff %}<p class="text-uppercase">Dimensions</p>{% endif %}
  127.                                                 {% if 'volume' in caracteristics_aff %}<p class="text-uppercase">volume</p>{% endif %}
  128.                                                 {% if 'poids' in caracteristics_aff %}<p class="text-uppercase">poids</p>{% endif %}
  129.                                                 {% if 'jetsTherapie' in caracteristics_aff %}<p class="text-uppercase">Nombre de jets total</p>{% endif %}
  130.                                                 {% if 'jetsAir' in caracteristics_aff %}<p class="text-uppercase">Nombre de jets d'air</p>{% endif %}
  131.                                                 {% if 'jetsEau' in caracteristics_aff %}<p class="text-uppercase">Nombre de jets d'eau</p>{% endif %}
  132.                                                 {% if 'finitionBuses' in caracteristics_aff %}<p class="text-uppercase">Finition des buses</p>{% endif %}
  133.                                                 {% if 'enceinteAvecLeds' in caracteristics_aff %}<p class="text-uppercase">Enceinte(s) avec leds</p>{% endif %}
  134.                                                 {% if 'enceinteSansLeds' in caracteristics_aff %}<p class="text-uppercase">Enceinte(s) sans leds</p>{% endif %}
  135.                                                 {% if 'pompePressionWhirlpool' in caracteristics_aff %}<p class="text-uppercase">Pompe de pression</p>{% endif %}
  136.                                                 {% if 'pompeFiltrationWhirlpool' in caracteristics_aff %}<p class="text-uppercase">Pompre de filtration</p>{% endif %}
  137.                                                 {% if 'pompesAAir' in caracteristics_aff %}<p class="text-uppercase">Blowers (pompe à air)</p>{% endif %}
  138.                                                 {% if 'rechauffeurs' in caracteristics_aff %}<p class="text-uppercase">Réchauffeur(s)</p>{% endif %}
  139.                                                 {% if 'grosSpotLeds' in caracteristics_aff %}<p class="text-uppercase">Gros spot avec leds chromatiques</p>{% endif %}
  140.                                                 {% if 'ledChromaPeripherique' in caracteristics_aff %}<p class="text-uppercase">Leds chromatiques périphériques</p>{% endif %}
  141.                                                 {% if 'jetsMassageCervical' in caracteristics_aff %}<p class="text-uppercase">Jets pour massage cervical</p>{% endif %}
  142.                                                 {% if 'cascadeLeds' in caracteristics_aff %}<p class="text-uppercase">Cascade avec leds</p>{% endif %}
  143.                                                 {% if 'cascadeNonLeds' in caracteristics_aff %}<p class="text-uppercase">Cascade non leds</p>{% endif %}
  144.                                                 {% if 'colonneEauLeds' in caracteristics_aff %}<p class="text-uppercase">Colonne d'eau leds</p>{% endif %}
  145.                                                 {% if 'angleLeds' in caracteristics_aff %}<p class="text-uppercase">Angle avec leds</p>{% endif %}
  146.                                                 {% if 'aromatherapie' in caracteristics_aff %}<p class="text-uppercase">Aromathérapie</p>{% endif %}
  147.                                                 {% if 'turboJetsMollets' in caracteristics_aff %}<p class="text-uppercase">Turbo Jet</p>{% endif %}
  148.                                                 {% if 'systemeAntigel' in caracteristics_aff %}<p class="text-uppercase">Système antigel</p>{% endif %}
  149.                                                 {% if 'chassisInoxIndestructible' in caracteristics_aff %}<p class="text-uppercase">Chassis inox indestructible</p>{% endif %}
  150.                                                 {% if 'chassisAcierGalvanise' in caracteristics_aff %}<p class="text-uppercase">Chassis en acier galvanisé</p>{% endif %}
  151.                                                 {% if 'isolationThermoISO14000' in caracteristics_aff %}<p class="text-uppercase">Isolation thermo-réfléchissante ISO 14000</p>{% endif %}
  152.                                                 {% if 'socleIsolationThermique' in caracteristics_aff %}<p class="text-uppercase">Socle isolation thermique</p>{% endif %}
  153.                                                 {% if 'radio' in caracteristics_aff %}<p class="text-uppercase">Radio</p>{% endif %}
  154.                                                 {% if 'bluetooth' in caracteristics_aff %}<p class="text-uppercase">Bluetooth</p>{% endif %}
  155.                                                 {% if 'commandeADistance' in caracteristics_aff %}<p class="text-uppercase">Commande à distance</p>{% endif %}
  156.                                                 {% if 'wifi' in caracteristics_aff %}<p class="text-uppercase">wifi</p>{% endif %}
  157.                                                 {% if 'nuageLedSole' in caracteristics_aff %}<p class="text-uppercase">Nuage leds au sol</p>{% endif %}
  158.                                                 {% if 'spotArcEnCiel' in caracteristics_aff %}<p class="text-uppercase">Spot Arc-en-ciel</p>{% endif %}
  159.                                                 {% if 'fontaineEauLumineuse' in caracteristics_aff %}<p class="text-uppercase">Fontaines rétractables avec leds</p>{% endif %}
  160.                                                 {% if 'prixPublicConseille' in caracteristics_aff %}<p class="text-uppercase">Prix Public conseillé</p>{% endif %}
  161.                                             </div>
  162.                                             <div class="col-sm-6 col-6 comp_left-caracteristic">
  163.                                            {% if 'gamme' in caracteristics_aff %}
  164.                                                 <p>{{ prodCateg.caracteristiques.gamme|upper }}&nbsp</p>
  165.                                             {% endif %}
  166.                                             {% if 'capaciteSpa' in caracteristics_aff %}
  167.                                                 <p>{{ prodCateg.caracteristiques.capaciteSpa ? prodCateg.caracteristiques.capaciteSpa : '0' }} PLACE(S)</p>
  168.                                             {% endif %}
  169.                                             {% if 'places_assis' in caracteristics_aff %}
  170.                                                 <p>{{ prodCateg.caracteristiques.places_assis ? prodCateg.caracteristiques.places_assis : '0' }} PLACE(S)</p>
  171.                                             {% endif %}
  172.                                             {% if 'places_allonge' in caracteristics_aff %}
  173.                                                 <p>{{ prodCateg.caracteristiques.places_allonge ? prodCateg.caracteristiques.places_allonge : '0' }} PLACE(S)</p>
  174.                                             {% endif %}
  175.                                             {% if 'places_semiallonge' in caracteristics_aff %}
  176.                                                 <p>{{ prodCateg.caracteristiques.places_semiallonge ? prodCateg.caracteristiques.places_semiallonge : '0' }} PLACE(S)</p>
  177.                                             {% endif %}
  178.                                             {% if 'places_levitation' in caracteristics_aff %}
  179.                                                 <p>{{ prodCateg.caracteristiques.places_levitation ? prodCateg.caracteristiques.places_levitation : '0' }} PLACE(S)</p>
  180.                                             {% endif %}
  181.                                             {% if 'appuis_tete' in caracteristics_aff %}
  182.                                                 <p>{{ prodCateg.caracteristiques.appuis_tete ? prodCateg.caracteristiques.appuis_tete : '&nbsp' }}</p>
  183.                                             {% endif %}
  184.                                             {% if 'conditionnement' in caracteristics_aff %}
  185.                                                 <p>{{ prodCateg.caracteristiques.conditionnement ? prodCateg.caracteristiques.conditionnement : 'XXXX.XXXX.XXXX' }}</p>
  186.                                             {% endif %}
  187.                                             {% if 'dimensions' in caracteristics_aff %}
  188.                                                 <p>{{ prodCateg.caracteristiques.dimensions ? prodCateg.caracteristiques.dimensions : 'XXXX.XXXX.XXXX' }}</p>
  189.                                             {% endif %}
  190.                                             {% if 'volume' in caracteristics_aff %}
  191.                                                 <p>{{ prodCateg.caracteristiques.volume ? prodCateg.caracteristiques.volume : '&nbsp' }} L</p>
  192.                                             {% endif %}
  193.                                             {% if 'poids' in caracteristics_aff %}
  194.                                                 <p>{{ prodCateg.caracteristiques.poids ? prodCateg.caracteristiques.poids : '&nbsp' }} Kg</p>
  195.                                             {% endif %}
  196.                                             {% if 'jetsTherapie' in caracteristics_aff %}
  197.                                                 <p>{{ prodCateg.caracteristiques.jetsTherapie ? prodCateg.caracteristiques.jetsTherapie : '&nbsp' }}</p>
  198.                                             {% endif %}
  199.                                             {% if 'jetsAir' in caracteristics_aff %}
  200.                                                 <p>{{ prodCateg.caracteristiques.jetsAir ? prodCateg.caracteristiques.jetsAir : '&nbsp' }}</p>
  201.                                             {% endif %}
  202.                                             {% if 'jetsEau' in caracteristics_aff %}
  203.                                                 <p>{{ prodCateg.caracteristiques.jetsEau ? prodCateg.caracteristiques.jetsEau : '&nbsp' }}</p>
  204.                                             {% endif %}
  205.                                             {% if 'finitionBuses' in caracteristics_aff %}
  206.                                                 <p>{{ prodCateg.caracteristiques.finitionBuses ? prodCateg.caracteristiques.finitionBuses : '&nbsp' }}</p>
  207.                                             {% endif %}
  208.                                             {% if 'enceinteAvecLeds' in caracteristics_aff %}
  209.                                                 {% if prodCateg.caracteristiques.enceinteAvecLeds %}
  210.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  211.                                                 {% else %}
  212.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  213.                                                 {% endif %}
  214.                                             {% endif %}
  215.                                             {% if 'enceinteSansLeds' in caracteristics_aff %}
  216.                                                 {% if prodCateg.caracteristiques.enceinteSansLeds %}
  217.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  218.                                                 {% else %}
  219.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  220.                                                 {% endif %}
  221.                                             {% endif %}
  222.                                             {% if 'pompePressionWhirlpool' in caracteristics_aff %}
  223.                                                 <p>{{ prodCateg.caracteristiques.pompePressionWhirlpool ? prodCateg.caracteristiques.pompePressionWhirlpool : '&nbsp' }}</p>
  224.                                             {% endif %}
  225.                                             {% if 'pompeFiltrationWhirlpool' in caracteristics_aff %}
  226.                                                 <p>{{ prodCateg.caracteristiques.pompeFiltrationWhirlpool ? prodCateg.caracteristiques.pompeFiltrationWhirlpool : '&nbsp' }}</p>
  227.                                             {% endif %}
  228.                                             {% if 'pompesAAir' in caracteristics_aff %}
  229.                                                 <p>{{ prodCateg.caracteristiques.pompesAAir ? prodCateg.caracteristiques.pompesAAir : '&nbsp' }}</p>
  230.                                             {% endif %}
  231.                                              {% if 'rechauffeurs' in caracteristics_aff %}
  232.                                                 <p>{{ prodCateg.caracteristiques.rechauffeurs ? prodCateg.caracteristiques.rechauffeurs : '&nbsp' }}</p>
  233.                                             {% endif %}
  234.                                             {% if 'grosSpotLeds' in caracteristics_aff %}
  235.                                                 <p>{{ prodCateg.caracteristiques.grosSpotLeds ? prodCateg.caracteristiques.grosSpotLeds : '&nbsp' }}</p>
  236.                                             {% endif %}
  237.                                             {% if 'ledChromaPeripherique' in caracteristics_aff %}
  238.                                                 <p>{{ prodCateg.caracteristiques.ledChromaPeripherique ? prodCateg.caracteristiques.ledChromaPeripherique : '&nbsp' }}</p>
  239.                                             {% endif %}
  240.                                             {% if 'jetsMassageCervical' in caracteristics_aff %}
  241.                                                 {% if prodCateg.caracteristiques.jetsMassageCervical %}
  242.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  243.                                                 {% else %}
  244.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  245.                                                 {% endif %}
  246.                                             {% endif %}
  247.                                             {% if 'cascadeLeds' in caracteristics_aff %}
  248.                                                 {% if prodCateg.caracteristiques.cascadeLeds %}
  249.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  250.                                                 {% else %}
  251.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  252.                                                 {% endif %}
  253.                                             {% endif %}
  254.                                             {% if 'cascadeNonLeds' in caracteristics_aff %}
  255.                                                 {% if prodCateg.caracteristiques.cascadeNonLeds %}
  256.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  257.                                                 {% else %}
  258.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  259.                                                 {% endif %}
  260.                                             {% endif %}
  261.                                             {% if 'colonneEauLeds' in caracteristics_aff %}
  262.                                                 {% if prodCateg.caracteristiques.colonneEauLeds %}
  263.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  264.                                                 {% else %}
  265.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  266.                                                 {% endif %}
  267.                                             {% endif %}
  268.                                             {% if 'angleLeds' in caracteristics_aff %}
  269.                                                 {% if prodCateg.caracteristiques.angleLeds %}
  270.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  271.                                                 {% else %}
  272.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  273.                                                 {% endif %}
  274.                                             {% endif %}
  275.                                             {% if 'aromatherapie' in caracteristics_aff %}
  276.                                                 {% if prodCateg.caracteristiques.aromatherapie %}
  277.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  278.                                                 {% else %}
  279.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  280.                                                 {% endif %}
  281.                                             {% endif %}
  282.                                             {% if 'turboJetsMollets' in caracteristics_aff %}
  283.                                                 {% if prodCateg.caracteristiques.turboJetsMollets %}
  284.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  285.                                                 {% else %}
  286.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  287.                                                 {% endif %}
  288.                                             {% endif %}
  289.                                             {% if 'systemeAntigel' in caracteristics_aff %}
  290.                                                 {% if prodCateg.caracteristiques.systemeAntigel %}
  291.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  292.                                                 {% else %}
  293.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  294.                                                 {% endif %}
  295.                                             {% endif %}
  296.                                             {% if 'chassisInoxIndestructible' in caracteristics_aff %}
  297.                                                 {% if prodCateg.caracteristiques.chassisInoxIndestructible %}
  298.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  299.                                                 {% else %}
  300.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  301.                                                 {% endif %}
  302.                                             {% endif %}
  303.                                             {% if 'chassisAcierGalvanise' in caracteristics_aff %}
  304.                                                 {% if prodCateg.caracteristiques.chassisAcierGalvanise %}
  305.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  306.                                                 {% else %}
  307.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  308.                                                 {% endif %}
  309.                                             {% endif %}
  310.                                             {% if 'isolationThermoISO14000' in caracteristics_aff %}
  311.                                                 {% if prodCateg.caracteristiques.isolationThermoISO14000 %}
  312.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  313.                                                 {% else %}
  314.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  315.                                                 {% endif %}
  316.                                             {% endif %}
  317.                                             {% if 'socleIsolationThermique' in caracteristics_aff %}
  318.                                                 {% if prodCateg.caracteristiques.socleIsolationThermique %}
  319.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  320.                                                 {% else %}
  321.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  322.                                                 {% endif %}
  323.                                             {% endif %}
  324.           
  325.                                             {% if 'radio' in caracteristics_aff %}
  326.                                                 {% if prodCateg.caracteristiques.radio %}
  327.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  328.                                                 {% else %}
  329.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  330.                                                 {% endif %}
  331.                                             {% endif %}
  332.           
  333.                                             {% if 'bluetooth' in caracteristics_aff %}
  334.                                                 {% if prodCateg.caracteristiques.bluetooth %}
  335.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  336.                                                 {% else %}
  337.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  338.                                                 {% endif %}
  339.                                             {% endif %}
  340.           
  341.                                             {% if 'commandeADistance' in caracteristics_aff %}
  342.                                                 {% if prodCateg.caracteristiques.commandeADistance %}
  343.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  344.                                                 {% else %}
  345.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  346.                                                 {% endif %}
  347.                                             {% endif %}
  348.                                             {% if 'wifi' in caracteristics_aff %}
  349.                                                 {% if prodCateg.caracteristiques.wifi %}
  350.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  351.                                                 {% else %}
  352.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  353.                                                 {% endif %}
  354.                                             {% endif %}
  355.                                             {% if 'nuageLedSole' in caracteristics_aff %}
  356.                                                 {% if prodCateg.caracteristiques.nuageLedSole %}
  357.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  358.                                                 {% else %}
  359.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  360.                                                 {% endif %}
  361.                                             {% endif %}
  362.                                             {% if 'spotArcEnCiel' in caracteristics_aff %}
  363.                                                 {% if prodCateg.caracteristiques.spotArcEnCiel %}
  364.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  365.                                                 {% else %}
  366.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  367.                                                 {% endif %}
  368.                                             {% endif %}
  369.                                             {% if 'fontaineEauLumineuse' in caracteristics_aff %}
  370.                                                 {% if prodCateg.caracteristiques.fontaineEauLumineuse %}
  371.                                                     <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  372.                                                 {% else %}
  373.                                                     <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  374.                                                 {% endif %}
  375.                                             {% endif %}
  376.                                             {% if 'prixPublicConseille' in caracteristics_aff %}
  377.                                                 <p>{{ prodCateg.caracteristiques.prixPublicConseille|number_format(2, '.', ' ') }} €</p>
  378.                                             {% endif %}
  379.                                             </div>
  380.                                         </div>
  381.                                     </div>
  382.                                     <div class="col-12 text-center mt-3">
  383.                                         <button class="comp_button-compare-spas">Ajouter au panier</button>
  384.                                     </div>
  385.                                     <div class="col-12 text-center mt-3 d-lg-block d-md-block d-sm-none d-none">
  386.                                         <button class="comp_button-show-file-product">Voir la fiche produit</button>
  387.                                     </div>
  388.                                 </div>
  389.                             </div>
  390.                         </div>
  391.                         {% set checkShowImgLing = key+1 %}
  392.                         {% if count_product > checkShowImgLing  %}
  393.                             <div class="comp_img-link my-auto d-lg-block d-md-block d-sm-none d-none">
  394.                                 <div class="comp_img-block-link">
  395.                                     <img class="comp_link" src="{{ asset("/images/comparator/enable_link.png") }}" width="100%" alt="link image">
  396.                                 </div>
  397.                             </div>
  398.                         {% endif %}
  399.                     {% endfor %}
  400.                     {% if rest_add > 0 %}
  401.                         {% for keyAdd, i in 1..rest_add %}
  402.                             {% set checkShowImgLingAdd = keyAdd+1 %}
  403.                             {% if rest_add >= 3 %}
  404.                                 {% if keyAdd != 0 %}
  405.                                     {% if rest_add >= checkShowImgLingAdd %}
  406.                                         <div class="comp_img-link my-auto d-lg-block d-md-block d-sm-none d-none">
  407.                                             <div class="comp_img-block-link">
  408.                                                 <img class="comp_link" src="{{ asset("/images/comparator/disable_link.png") }}" width="100%" alt="link image">
  409.                                             </div>
  410.                                         </div>
  411.                                     {% endif %}
  412.                                 {% endif %}
  413.                             {% else %}
  414.                                 {% if rest_add >= checkShowImgLingAdd %}
  415.                                     <div class="comp_img-link my-auto d-lg-block d-md-block d-sm-none d-none">
  416.                                         <div class="comp_img-block-link">
  417.                                             <img class="comp_link" src="{{ asset("/images/comparator/disable_link.png") }}" width="100%" alt="link image">
  418.                                         </div>
  419.                                     </div>
  420.                                 {% endif %}
  421.                             {% endif %}
  422.                             {% if checkShowImgLingAdd == rest_add %}
  423.                                 <div class="col-lg-3 col-md-3 col-sm-6 col-6 d-grid mt-lg-0 mt-md-0 mt-sm-4 mt-4">
  424.                                     <div class="comp_block-one-add text-center mb-3 p-3 d-flex comp_button-add-new-product" data-link="{{ path("app_list_spa") }}">
  425.                                         <div class="comp_add pt-lg-4 pt-md-3 pt-sm-0 pt-0 my-auto ms-auto me-auto">
  426.                                             <button class="comp_button-add-compar">+</button>
  427.                                         </div>
  428.                                     </div>
  429.                                     <button class="comp_button-add-new-product button_add-one-spa" data-link="{{ path("app_list_spa") }}">Ajouter un spa</button>
  430.                                 </div>
  431.                             {% else %}
  432.                                 <div class="col-lg-3 col-md-3 col-sm-6 col-6 d-grid mt-lg-0 mt-md-0 mt-sm-0 mt-0">
  433.                                     <div class="comp_block-one-add text-center mb-3 p-3 d-flex comp_button-add-new-product" data-link="{{ path("app_list_spa") }}">
  434.                                         <div class="comp_add pt-lg-4 pt-md-3 pt-sm-0 pt-0 my-auto ms-auto me-auto">
  435.                                             <button class="comp_button-add-compar">+</button>
  436.                                         </div>
  437.                                     </div>
  438.                                     <button class="comp_button-add-new-product button_add-one-spa" data-link="{{ path("app_list_spa") }}">Ajouter un spa</button>
  439.                                 </div>
  440.                             {% endif %}
  441.                         {% endfor %}
  442.                     {% endif %}
  443.                 </div>
  444.             </div>
  445.             <div class="mt-4 comp_mask-block comp_compare-spas-action-button comp_compare-spas-action-button-hide d-lg-flex d-md-flex d-sm-none d-none">
  446.                 {% for keyB, prod in compar_products %}
  447.                     <div class="col-lg-3 col-md-3 col-sm-12 col-12">
  448.                         <div class="comp_block-one-caracteristic text-center pl-3 pr-3 pt-0 pb-0">
  449.                             <div class="comp_title-caracteristic"><h6 class="mb-0 p-1">CARACTÉRISTIQUES</h6></div>
  450.                             <div class="row">
  451.                                 <div class="col-6 comp_right-caracteristic">
  452.                                     {% if 'gamme' in caracteristics_aff %}<p class="text-uppercase">Gamme</p>{% endif %}
  453.                                     {% if 'capaciteSpa' in caracteristics_aff %}<p class="text-uppercase">Capacité du SPA</p>{% endif %}
  454.                                     {% if 'places_assis' in caracteristics_aff %}<p class="text-uppercase">Place(s) assise(s)</p>{% endif %}
  455.                                     {% if 'places_allonge' in caracteristics_aff %}<p class="text-uppercase">Place(s) allongée(s)</p>{% endif %}
  456.                                     {% if 'places_semiallonge' in caracteristics_aff %}<p class="text-uppercase">Place(s) semi allongée(s)</p>{% endif %}
  457.                                     {% if 'places_levitation' in caracteristics_aff %}<p class="text-uppercase">Place(s) en lévitation</p>{% endif %}
  458.                                     {% if 'appuis_tete' in caracteristics_aff %}<p class="text-uppercase">Appui-têtes confortables</p>{% endif %}
  459.                                     {% if 'conditionnement' in caracteristics_aff %}<p class="text-uppercase">Conditionnement</p>{% endif %}
  460.                                     {% if 'dimensions' in caracteristics_aff %}<p class="text-uppercase">Dimensions</p>{% endif %}
  461.                                     {% if 'volume' in caracteristics_aff %}<p class="text-uppercase">volume</p>{% endif %}
  462.                                     {% if 'poids' in caracteristics_aff %}<p class="text-uppercase">poids</p>{% endif %}
  463.                                     {% if 'jetsTherapie' in caracteristics_aff %}<p class="text-uppercase">Nombre de jets total</p>{% endif %}
  464.                                     {% if 'jetsAir' in caracteristics_aff %}<p class="text-uppercase">Nombre de jets d'air</p>{% endif %}
  465.                                     {% if 'jetsEau' in caracteristics_aff %}<p class="text-uppercase">Nombre de jets d'eau</p>{% endif %}
  466.                                     {% if 'finitionBuses' in caracteristics_aff %}<p class="text-uppercase">Finition des buses</p>{% endif %}
  467.                                     {% if 'enceinteAvecLeds' in caracteristics_aff %}<p class="text-uppercase">Enceinte(s) avec leds</p>{% endif %}
  468.                                     {% if 'enceinteSansLeds' in caracteristics_aff %}<p class="text-uppercase">Enceinte(s) sans leds</p>{% endif %}
  469.                                     {% if 'pompePressionWhirlpool' in caracteristics_aff %}<p class="text-uppercase">Pompe de pression</p>{% endif %}
  470.                                     {% if 'pompeFiltrationWhirlpool' in caracteristics_aff %}<p class="text-uppercase">Pompre de filtration</p>{% endif %}
  471.                                     {% if 'pompesAAir' in caracteristics_aff %}<p class="text-uppercase">Blowers (pompe à air)</p>{% endif %}
  472.                                     {% if 'rechauffeurs' in caracteristics_aff %}<p class="text-uppercase">Réchauffeur(s)</p>{% endif %}
  473.                                     {% if 'grosSpotLeds' in caracteristics_aff %}<p class="text-uppercase">Gros spot avec leds chromatiques</p>{% endif %}
  474.                                     {% if 'ledChromaPeripherique' in caracteristics_aff %}<p class="text-uppercase">Leds chromatiques périphériques</p>{% endif %}
  475.                                     {% if 'jetsMassageCervical' in caracteristics_aff %}<p class="text-uppercase">Jets pour massage cervical</p>{% endif %}
  476.                                     {% if 'cascadeLeds' in caracteristics_aff %}<p class="text-uppercase">Cascade avec leds</p>{% endif %}
  477.                                     {% if 'cascadeNonLeds' in caracteristics_aff %}<p class="text-uppercase">Cascade non leds</p>{% endif %}
  478.                                     {% if 'colonneEauLeds' in caracteristics_aff %}<p class="text-uppercase">Colonne d'eau leds</p>{% endif %}
  479.                                     {% if 'angleLeds' in caracteristics_aff %}<p class="text-uppercase">Angle avec leds</p>{% endif %}
  480.                                     {% if 'aromatherapie' in caracteristics_aff %}<p class="text-uppercase">Aromathérapie</p>{% endif %}
  481.                                     {% if 'turboJetsMollets' in caracteristics_aff %}<p class="text-uppercase">Turbo Jet</p>{% endif %}
  482.                                     {% if 'systemeAntigel' in caracteristics_aff %}<p class="text-uppercase">Système antigel</p>{% endif %}
  483.                                     {% if 'chassisInoxIndestructible' in caracteristics_aff %}<p class="text-uppercase">Chassis inox indestructible</p>{% endif %}
  484.                                     {% if 'chassisAcierGalvanise' in caracteristics_aff %}<p class="text-uppercase">Chassis en acier galvanisé</p>{% endif %}
  485.                                     {% if 'isolationThermoISO14000' in caracteristics_aff %}<p class="text-uppercase">Isolation thermo-réfléchissante ISO 14000</p>{% endif %}
  486.                                     {% if 'socleIsolationThermique' in caracteristics_aff %}<p class="text-uppercase">Socle isolation thermique</p>{% endif %}
  487.                                     {% if 'radio' in caracteristics_aff %}<p class="text-uppercase">Radio</p>{% endif %}
  488.                                     {% if 'bluetooth' in caracteristics_aff %}<p class="text-uppercase">Bluetooth</p>{% endif %}
  489.                                     {% if 'commandeADistance' in caracteristics_aff %}<p class="text-uppercase">Commande à distance</p>{% endif %}
  490.                                     {% if 'wifi' in caracteristics_aff %}<p class="text-uppercase">wifi</p>{% endif %}
  491.                                     {% if 'nuageLedSole' in caracteristics_aff %}<p class="text-uppercase">Nuage leds au sol</p>{% endif %}
  492.                                     {% if 'spotArcEnCiel' in caracteristics_aff %}<p class="text-uppercase">Spot Arc-en-ciel</p>{% endif %}
  493.                                     {% if 'fontaineEauLumineuse' in caracteristics_aff %}<p class="text-uppercase">Fontaines rétractables avec leds</p>{% endif %}
  494.                                     {% if 'prixPublicConseille' in caracteristics_aff %}<p class="text-uppercase">Prix Public conseillé</p>{% endif %}
  495.                                 </div>
  496.                                 <div class="col-6 comp_left-caracteristic">
  497.                                    {% if 'gamme' in caracteristics_aff %}
  498.                                         <p>{{ prod.caracteristiques.gamme|upper }}&nbsp</p>
  499.                                     {% endif %}
  500.                                     {% if 'capaciteSpa' in caracteristics_aff %}
  501.                                         <p>{{ prod.caracteristiques.capaciteSpa ? prod.caracteristiques.capaciteSpa : '0' }} PLACE(S)</p>
  502.                                     {% endif %}
  503.                                     {% if 'places_assis' in caracteristics_aff %}
  504.                                         <p>{{ prod.caracteristiques.places_assis ? prod.caracteristiques.places_assis : '0' }} PLACE(S)</p>
  505.                                     {% endif %}
  506.                                     {% if 'places_allonge' in caracteristics_aff %}
  507.                                         <p>{{ prod.caracteristiques.places_allonge ? prod.caracteristiques.places_allonge : '0' }} PLACE(S)</p>
  508.                                     {% endif %}
  509.                                      {% if 'places_semiallonge' in caracteristics_aff %}
  510.                                         <p>{{ prod.caracteristiques.places_semiallonge ? prod.caracteristiques.places_semiallonge : '0' }} PLACE(S)</p>
  511.                                     {% endif %}
  512.                                      {% if 'places_levitation' in caracteristics_aff %}
  513.                                         <p>{{ prod.caracteristiques.places_levitation ? prod.caracteristiques.places_levitation : '0' }} PLACE(S)</p>
  514.                                     {% endif %}
  515.                                     {% if 'appuis_tete' in caracteristics_aff %}
  516.                                         <p>{{ prod.caracteristiques.appuis_tete ? prod.caracteristiques.appuis_tete : '&nbsp' }}</p>
  517.                                     {% endif %}
  518.                                     {% if 'conditionnement' in caracteristics_aff %}
  519.                                         <p>{{ prod.caracteristiques.conditionnement ? prod.caracteristiques.conditionnement : 'XXXX.XXXX.XXXX' }}</p>
  520.                                     {% endif %}
  521.                                     {% if 'dimensions' in caracteristics_aff %}
  522.                                         <p>{{ prod.caracteristiques.dimensions ? prod.caracteristiques.dimensions : 'XXXX.XXXX.XXXX' }}</p>
  523.                                     {% endif %}
  524.                                     {% if 'volume' in caracteristics_aff %}
  525.                                         <p>{{ prod.caracteristiques.volume ? prod.caracteristiques.volume : '&nbsp' }} L</p>
  526.                                     {% endif %}
  527.                                     {% if 'poids' in caracteristics_aff %}
  528.                                         <p>{{ prod.caracteristiques.poids ? prod.caracteristiques.poids : '&nbsp' }} Kg</p>
  529.                                     {% endif %}
  530.                                     {% if 'jetsTherapie' in caracteristics_aff %}
  531.                                         <p>{{ prod.caracteristiques.jetsTherapie ? prod.caracteristiques.jetsTherapie : '&nbsp' }}</p>
  532.                                     {% endif %}
  533.                                     {% if 'jetsAir' in caracteristics_aff %}
  534.                                         <p>{{ prod.caracteristiques.jetsAir ? prod.caracteristiques.jetsAir : '&nbsp' }}</p>
  535.                                     {% endif %}
  536.                                     {% if 'jetsEau' in caracteristics_aff %}
  537.                                         <p>{{ prod.caracteristiques.jetsEau ? prod.caracteristiques.jetsEau : '&nbsp' }}</p>
  538.                                     {% endif %}
  539.                                     {% if 'finitionBuses' in caracteristics_aff %}
  540.                                         <p>{{ prod.caracteristiques.finitionBuses ? prod.caracteristiques.finitionBuses : '&nbsp' }}</p>
  541.                                     {% endif %}
  542.                                     {% if 'enceinteAvecLeds' in caracteristics_aff %}
  543.                                         {% if prod.caracteristiques.enceinteAvecLeds %}
  544.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  545.                                         {% else %}
  546.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  547.                                         {% endif %}
  548.                                     {% endif %}
  549.                                     {% if 'enceinteSansLeds' in caracteristics_aff %}
  550.                                         {% if prod.caracteristiques.enceinteSansLeds %}
  551.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  552.                                         {% else %}
  553.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  554.                                         {% endif %}
  555.                                     {% endif %}
  556.                                     {% if 'pompePressionWhirlpool' in caracteristics_aff %}
  557.                                         <p>{{ prod.caracteristiques.pompePressionWhirlpool ? prod.caracteristiques.pompePressionWhirlpool : '&nbsp' }}</p>
  558.                                     {% endif %}
  559.                                     {% if 'pompeFiltrationWhirlpool' in caracteristics_aff %}
  560.                                         <p>{{ prod.caracteristiques.pompeFiltrationWhirlpool ? prod.caracteristiques.pompeFiltrationWhirlpool : '&nbsp' }}</p>
  561.                                     {% endif %}
  562.                                     {% if 'pompesAAir' in caracteristics_aff %}
  563.                                         <p>{{ prod.caracteristiques.pompesAAir ? prod.caracteristiques.pompesAAir : '&nbsp' }}</p>
  564.                                     {% endif %}
  565.                                      {% if 'rechauffeurs' in caracteristics_aff %}
  566.                                         <p>{{ prod.caracteristiques.rechauffeurs ? prod.caracteristiques.rechauffeurs : '&nbsp' }}</p>
  567.                                     {% endif %}
  568.                                     {% if 'grosSpotLeds' in caracteristics_aff %}
  569.                                         <p>{{ prod.caracteristiques.grosSpotLeds ? prod.caracteristiques.grosSpotLeds : '&nbsp' }}</p>
  570.                                     {% endif %}
  571.                                     {% if 'ledChromaPeripherique' in caracteristics_aff %}
  572.                                         <p>{{ prod.caracteristiques.ledChromaPeripherique ? prod.caracteristiques.ledChromaPeripherique : '&nbsp' }}</p>
  573.                                     {% endif %}
  574.                                     {% if 'jetsMassageCervical' in caracteristics_aff %}
  575.                                         {% if prod.caracteristiques.jetsMassageCervical %}
  576.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  577.                                         {% else %}
  578.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  579.                                         {% endif %}
  580.                                     {% endif %}
  581.                                     {% if 'cascadeLeds' in caracteristics_aff %}
  582.                                         {% if prod.caracteristiques.cascadeLeds %}
  583.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  584.                                         {% else %}
  585.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  586.                                         {% endif %}
  587.                                     {% endif %}
  588.                                     {% if 'cascadeNonLeds' in caracteristics_aff %}
  589.                                         {% if prod.caracteristiques.cascadeNonLeds %}
  590.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  591.                                         {% else %}
  592.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  593.                                         {% endif %}
  594.                                     {% endif %}
  595.                                     {% if 'colonneEauLeds' in caracteristics_aff %}
  596.                                         {% if prod.caracteristiques.colonneEauLeds %}
  597.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  598.                                         {% else %}
  599.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  600.                                         {% endif %}
  601.                                     {% endif %}
  602.                                     {% if 'angleLeds' in caracteristics_aff %}
  603.                                         {% if prod.caracteristiques.angleLeds %}
  604.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  605.                                         {% else %}
  606.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  607.                                         {% endif %}
  608.                                     {% endif %}
  609.                                     {% if 'aromatherapie' in caracteristics_aff %}
  610.                                         {% if prod.caracteristiques.aromatherapie %}
  611.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  612.                                         {% else %}
  613.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  614.                                         {% endif %}
  615.                                     {% endif %}
  616.                                     {% if 'turboJetsMollets' in caracteristics_aff %}
  617.                                         {% if prod.caracteristiques.turboJetsMollets %}
  618.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  619.                                         {% else %}
  620.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  621.                                         {% endif %}
  622.                                     {% endif %}
  623.                                     {% if 'systemeAntigel' in caracteristics_aff %}
  624.                                         {% if prod.caracteristiques.systemeAntigel %}
  625.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  626.                                         {% else %}
  627.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  628.                                         {% endif %}
  629.                                     {% endif %}
  630.                                     {% if 'chassisInoxIndestructible' in caracteristics_aff %}
  631.                                         {% if prod.caracteristiques.chassisInoxIndestructible %}
  632.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  633.                                         {% else %}
  634.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  635.                                         {% endif %}
  636.                                     {% endif %}
  637.                                     {% if 'chassisAcierGalvanise' in caracteristics_aff %}
  638.                                         {% if prod.caracteristiques.chassisAcierGalvanise %}
  639.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  640.                                         {% else %}
  641.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  642.                                         {% endif %}
  643.                                     {% endif %}
  644.                                     {% if 'isolationThermoISO14000' in caracteristics_aff %}
  645.                                         {% if prod.caracteristiques.isolationThermoISO14000 %}
  646.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  647.                                         {% else %}
  648.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  649.                                         {% endif %}
  650.                                     {% endif %}
  651.                                     {% if 'socleIsolationThermique' in caracteristics_aff %}
  652.                                         {% if prod.caracteristiques.socleIsolationThermique %}
  653.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  654.                                         {% else %}
  655.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  656.                                         {% endif %}
  657.                                     {% endif %}
  658.   
  659.                                     {% if 'radio' in caracteristics_aff %}
  660.                                         {% if prod.caracteristiques.radio %}
  661.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  662.                                         {% else %}
  663.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  664.                                         {% endif %}
  665.                                     {% endif %}
  666.   
  667.                                     {% if 'bluetooth' in caracteristics_aff %}
  668.                                         {% if prod.caracteristiques.bluetooth %}
  669.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  670.                                         {% else %}
  671.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  672.                                         {% endif %}
  673.                                     {% endif %}
  674.   
  675.                                     {% if 'commandeADistance' in caracteristics_aff %}
  676.                                         {% if prod.caracteristiques.commandeADistance %}
  677.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  678.                                         {% else %}
  679.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  680.                                         {% endif %}
  681.                                     {% endif %}
  682.                                     {% if 'wifi' in caracteristics_aff %}
  683.                                         {% if prod.caracteristiques.wifi %}
  684.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  685.                                         {% else %}
  686.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  687.                                         {% endif %}
  688.                                     {% endif %}
  689.                                     {% if 'nuageLedSole' in caracteristics_aff %}
  690.                                         {% if prod.caracteristiques.nuageLedSole %}
  691.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  692.                                         {% else %}
  693.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  694.                                         {% endif %}
  695.                                     {% endif %}
  696.                                     {% if 'spotArcEnCiel' in caracteristics_aff %}
  697.                                         {% if prod.caracteristiques.spotArcEnCiel %}
  698.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  699.                                         {% else %}
  700.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  701.                                         {% endif %}
  702.                                     {% endif %}
  703.                                     {% if 'fontaineEauLumineuse' in caracteristics_aff %}
  704.                                         {% if prod.caracteristiques.fontaineEauLumineuse %}
  705.                                             <p><img width="14px" src="{{ asset("/images/comparator/check.png") }}" alt="check"></p>
  706.                                         {% else %}
  707.                                             <p><img width="14px" src="{{ asset("/images/comparator/no_check.png") }}" alt="check"></p>
  708.                                         {% endif %}
  709.                                     {% endif %}
  710.                                     {% if 'prixPublicConseille' in caracteristics_aff %}
  711.                                         <p>{{ prod.caracteristiques.prixPublicConseille|number_format(2, '.', ' ') }} €</p>
  712.                                     {% endif %}
  713.                                     
  714.                                 </div>
  715.                             </div>
  716.                         </div>
  717.                         <div class="col-12 text-center mt-3">
  718.                             {{ form_start(form[keyB]["form"], {'action': form[keyB]["url"],'attr': {'class': 'mt-4 d-lg-block d-md-block d-sm-none d-none'}}) }}
  719.                             <div class="form-group">
  720.                                 {{ form_widget(form[keyB]["form"].quantity) }}
  721.                             </div>
  722.                             <div class="">
  723.                                 {{ form_widget(form[keyB]["form"].add, {'attr': {'class': 'comp_button-compare-spas'}}) }}
  724.                             </div>
  725.                             <input type="hidden" name="color" value="">
  726.                             {{ form_end(form[keyB]["form"]) }}
  727.                         </div>
  728.                         <div class="col-12 text-center mt-3">
  729.                             <button data-link="{{ path("app_list_spa") }}" class="comp_button-add-new-product button_add-one-spa" style="font-size:13px;">Comparer un autre spa</button>
  730.                         </div>
  731.                         <div class="col-12 text-center mt-3">
  732.                             <a href="{{ path("app_fiche_produit", {"id_categorie":prod.categorie.id, "id_product":prod.produit.id}) }}" class="comp_delete-compare-spas">En savoir plus</a>
  733.                         </div>
  734.                     </div>
  735.                     {% if keyB < 2 %}
  736.                         <div class="comp_img-link my-auto">
  737.                             <div class="comp_img-block-link">
  738.                             </div>
  739.                         </div>
  740.                     {% endif %}
  741.                 {% endfor %}
  742.                 {% if rest_add > 0 %}
  743.                     <div class="col-lg-3 col-md-3 col-sm-12 col-12 d-grid">
  744.                         <p class="comp_message-text-block-compar">Il vous reste {{ rest_add }} espace(s) de comparaison disponible !</p>
  745.                     </div>
  746.                 {% endif %}
  747.             </div>
  748.             <div class="row text-center mt-4 comp_mask-block comp_block-button-compare">
  749.                 <div class="col-12 d-lg-block d-md-block d-sm-none d-none">
  750.                     <a href="{{ path("app_comparateur_del_list") }}" class="comp_delete-compare-spas">Effacer les spas</a>
  751.                 </div>
  752.                 <div class="col-12 d-lg-none d-md-none d-sm-block d-block">
  753.                     <a href="{{ path("app_comparateur_filtre_get_produit_list_mobile_modif_result") }}" class="comp_delete-compare-spas modifResearch">Modifier ma recherche</a>
  754.                 </div>
  755.                 <div class="col-12 mt-3 d-lg-block d-md-block d-sm-none d-none">
  756.                     <button class="comp_button-compare-spas comp_compare-button">Comparer les spas</button>
  757.                 </div>
  758.                 <div class="col-12 mt-3 d-lg-none d-md-none d-sm-block d-block">
  759.                     <button data-url="{{ path("app_list_spa") }}" class="comp_button-compare-spas comp_mobil-voir-tous-les-spas">Voir tous les spas</button>
  760.                 </div>
  761.             </div>
  762.             <div class="row d-lg-none d-md-none d-sm-block d-block mt-3">
  763.                 <div class="col-lg-3 col-md-4 col-sm-12 col-12 text-center">
  764.                     <button class="text-white comp_button-masque comp_show" data-link="{{ path("app_list_spa") }}">Masquer le comparateur <span><img class="comp_img-arrow-up" src="{{ asset("/images/comparator/arrow_top.png") }}" alt="arrow"></span></button>
  765.                     <button class="text-white comp_button-masque comp_hide d-none">Afficher le comparateur <span><img class="comp_img-arrow-down" src="{{ asset("/images/comparator/arrow_top.png") }}" alt="arrow"></span></button>
  766.                 </div>
  767.             </div>
  768.         </div>
  769.     </div>
  770. {% endblock %}
  771. {% block footer %}
  772.     <div class=" d-lg-block d-md-block d-sm-none d-none">
  773.         <div class="container-fluid background-blue comp_mask-block comp_compare-footer-masque comp_compare-spas-action-button-hide">
  774.             <div class="container">
  775.                 <div class="row pt-4 pb-4">
  776.                     <div class="col-lg-8 col-md-6 col-sm-12 fs-15 text-white">
  777.                         N'hésitez pas à <b>contacter notre service commercial</b> afin de bénéficier des conseils de nos professionnels </br>au 09 73 72 33 33
  778.                     </div>
  779.                     <div class="col-lg-4 col-md-6 col-sm-12 my-auto">
  780.                         <div class="text-center mb-3">
  781.                             <div class="comp_button-explorer ms-auto me-auto">
  782.                                 <a href="{{ path("app_accueil") }}" style="text-decoration: none!important;color:#6d6d6d!important;">Continuer d'explorer</a>
  783.                             </div>
  784.                         </div>
  785.                         <div class="text-center">
  786.                             <button class="text-white comp_width-80-percent comp_button-masque-footer comp_show" data-link="{{ path("app_list_spa") }}">Masquer le comparateur <span><img class="comp_img-arrow-up float-end" src="{{ asset("/images/comparator/arrow_top.png") }}" alt="arrow"></span></button>
  787.                         </div>
  788.                     </div>
  789.                 </div>
  790.             </div>
  791.         </div>
  792.     </div>
  793. {% endblock %}