{% set qtys = triTableQuantity(qtys) %}
{% if checkIsAbonnementPro(app.user) or checkIsAbonnementProCart() %}
{% if product.isDeleted or getDisponibiliteProductPerCountrySession(product) == false %}
{% else %}
<div class="row_select_ca10">
{% if product.typeProduct in [constant('App\\Entity\\Product::PHOTOS') , constant('App\\Entity\\Product::PHOTOS')] %}
<h3>Tableau des quantités</h3>
<div class="row taille_full">
<div class=" col-lg-6 mb-2">
<table id="tableQuantityProductOption" class="table table-striped">
<thead>
<tr>
<th style="background-color: #e3e2e245;text-align: center" scope="col" colspan="2">{% if type.id is defined %}{{ type.name | trans({}, "productTranslate") }}{% endif %}</th>
</tr>
<tr>
<th style="text-align: center" >{{ 'Quantité' | trans({}, "productTranslate") }}</th>
<th style="text-align: center" >{{ 'Prix (par unité)' | trans({}, "productTranslate") }}</th>
</tr>
</thead>
<tbody>
{% for item in qtys %}
<tr>
<td style="text-align: center" >{{ item.textQuantity }}</td>
<td style="text-align: center" >{{ number_format(item.prixHt) }}€</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
{% else %}
<h3>{{ 'Nombre d’exemplaires' | trans({}, "productTranslate") }}</h3>
{% if product.isColorLab %}
<div class="row taille_full">
{% if qtys|length > 0 %}
{% set nbrRow = ceilFunction(qtys|length / 2 ) %}
{% endif %}
{% for item in qtys %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ item.id }}" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;">
<div class="col-6" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-6 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/
{% if product.typeProduct == constant('App\\Entity\\Product::TOTEBAG') %}
{{ 'sac' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::FLYERS') %}
{{ 'Flyer' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::AFFICHE') %}
{{ 'Affiche' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PAPIER') %}
{{ 'page' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PHOTOS_POLAROID') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS_ENCADRE') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS') %}
{{ 'photo' | trans({}, "productTranslate") }}
{% else %}
{{product.titre | trans({}, "productTranslate") }}
{% endif %}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% else %}
<div class="row taille_full">
<div class="taille tailleSelect col-lg-6">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0" >
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5" style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% if qtys|length > 1 %}
<div class="taille tailleSelect col-lg-6 headTabeQty2">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5 " style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% endif %}
</div>
<div class="row taille_full">
{% if qtys|length > 0 %}
{% set nbrRow = ceilFunction(qtys|length / 2 ) %}
{% endif %}
{% for item in qtys %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ item.id }}" style="width: 100%" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 20px;">
<div class="col-7 pl-0" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-5 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/{{product.titre | trans({}, "productTranslate")}}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% endif %}
{% endif %}
</div>
{% endif %}
{% else %}
{% if product.isDeleted or getDisponibiliteProductPerCountrySession(product) == false %}
{% else %}
<div class="row_select_ca10">
{% if product.typeProduct in [constant('App\\Entity\\Product::PHOTOS') , constant('App\\Entity\\Product::PHOTOS')] %}
<h3 class="h3LinckQtyProductOption">
<a href="#" id="abonnementPlusSection1Link" class="active" style="margin-left: 0px;" data-toggle="tooltip" data-html="true"
title="
<h2>Passez à Copees + !</h2>
<ul>
<li>Jusqu’à 50% de réduction sur notre catalogue de plus de 300 produits</li>
<li>Livraison gratuite illimitée le jour même sur créneau de 30 mn dans plus de 10 villes en France, et sous 48H maximum dans le reste de la France</li>
<li>Paiement automatique à 30 jours dès votre 2eme commande</li>
<li>Sauvegarde de vos fichiers dans votre espace</li>
<li>Une plateforme tout en un pour vous et vos collaborateurs avec plus de 300 produits et 20 000 modèles à personnaliser</li>
<li>Abonnement sans engagement de durée, résiliable en 1 clic à tous moments</li>
</ul>
">-10% avec l'abonnement <span style="color: #87a0fc;">Copees + à 5,99€/mois</span></a>
<a href="#" id="abonnementBusinessSection1Link" data-toggle="tooltip" data-html="true"
title="
<h2>Passez à Copees Business !</h2>
<ul>
<li>Jusqu’à 50% de réduction sur notre catalogue de plus de 300 produits</li>
<li>Livraison gratuite illimitée le jour même sur créneau de 30 mn dans plus de 10 villes en France, et sous 48H maximum dans le reste de la France</li>
<li>Paiement automatique à 30 jours dès votre 2eme commande</li>
<li>Sauvegarde de vos fichiers dans votre espace</li>
<li>Une plateforme tout en un pour vous et vos collaborateurs avec plus de 300 produits et 20 000 modèles à personnaliser</li>
<li>Abonnement sans engagement de durée, résiliable en 1 clic à tous moments</li>
<li>Un système de Multi-livraison simple pour répondre à vos besoins </li>
<li>Partager votre compte avec tous vos collaborateurs </li>
</ul>
">-20% avec l'abonnement <span style="color: #000;font-weight: bold">Business à 19,99€/mois</span></a>
<a href="#" id="sansAbonnementSection1Link" >Sans abonnement </a>
</h3>
<div id="abonnementPlusSection1" style="">
<div class="row taille_full">
<div class=" col-lg-6 mb-2">
<table id="tableQuantityProductOption" class="table table-striped">
<thead>
<tr>
<th style="background-color: #e3e2e245;text-align: center" scope="col" colspan="2">{% if type.id is defined %}{{ type.name | trans({}, "productTranslate") }}{% endif %}</th>
</tr>
<tr>
<th style="text-align: center" >{{ 'Quantité' | trans({}, "productTranslate") }}</th>
<th style="text-align: center" >{{ 'Prix (par unité)' | trans({}, "productTranslate") }}</th>
</tr>
</thead>
<tbody>
{% for item in qtysPlus %}
<tr>
<td style="text-align: center" >{{ item.textQuantity }}</td>
<td style="text-align: center" >{{ number_format(item.prixHt) }}€</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
<div id="abonnementBusinessSection1" style="display: none">
<div class="row taille_full">
<div class=" col-lg-6 mb-2">
<table id="tableQuantityProductOption" class="table table-striped">
<thead>
<tr>
<th style="background-color: #e3e2e245;text-align: center" scope="col" colspan="2">{% if type.id is defined %}{{ type.name | trans({}, "productTranslate") }}{% endif %}</th>
</tr>
<tr>
<th style="text-align: center" >{{ 'Quantité' | trans({}, "productTranslate") }}</th>
<th style="text-align: center" >{{ 'Prix (par unité)' | trans({}, "productTranslate") }}</th>
</tr>
</thead>
<tbody>
{% for item in qtysTeam %}
<tr>
<td style="text-align: center" >{{ item.textQuantity }}</td>
<td style="text-align: center" >{{ number_format(item.prixHt) }}€</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
<div id="sansAbonnementSection1" style="display: none">
<div class="row taille_full">
<div class=" col-lg-6 mb-2">
<table id="tableQuantityProductOption" class="table table-striped">
<thead>
<tr>
<th style="background-color: #e3e2e245;text-align: center" scope="col" colspan="2">{% if type.id is defined %}{{ type.name | trans({}, "productTranslate") }}{% endif %}</th>
</tr>
<tr>
<th style="text-align: center" >{{ 'Quantité' | trans({}, "productTranslate") }}</th>
<th style="text-align: center" >{{ 'Prix (par unité)' | trans({}, "productTranslate") }}</th>
</tr>
</thead>
<tbody>
{% for item in qtys %}
<tr>
<td style="text-align: center" >{{ item.textQuantity }}</td>
<td style="text-align: center" >{{ number_format(item.prixHt) }}€</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
{% else %}
<h3 class="h3LinckQtyProductOption">
<a href="#" id="abonnementPlusSection1Link" class="active" style="margin-left: 0px;" data-toggle="tooltip" data-html="true"
title="
<h2>Passez à Copees + !</h2>
<ul>
<li>Jusqu’à 50% de réduction sur notre catalogue de plus de 300 produits</li>
<li>Livraison gratuite illimitée le jour même sur créneau de 30 mn dans plus de 10 villes en France, et sous 48H maximum dans le reste de la France</li>
<li>Paiement automatique à 30 jours dès votre 2eme commande</li>
<li>Sauvegarde de vos fichiers dans votre espace</li>
<li>Une plateforme tout en un pour vous et vos collaborateurs avec plus de 300 produits et 20 000 modèles à personnaliser</li>
<li>Abonnement sans engagement de durée, résiliable en 1 clic à tous moments</li>
</ul>
">-10% avec l'abonnement <span style="color: #87a0fc;">Copees + à 5,99€/mois</span></a>
<a href="#" id="abonnementBusinessSection1Link" data-toggle="tooltip" data-html="true"
title="
<h2>Passez à Copees Business !</h2>
<ul>
<li>Jusqu’à 50% de réduction sur notre catalogue de plus de 300 produits</li>
<li>Livraison gratuite illimitée le jour même sur créneau de 30 mn dans plus de 10 villes en France, et sous 48H maximum dans le reste de la France</li>
<li>Paiement automatique à 30 jours dès votre 2eme commande</li>
<li>Sauvegarde de vos fichiers dans votre espace</li>
<li>Une plateforme tout en un pour vous et vos collaborateurs avec plus de 300 produits et 20 000 modèles à personnaliser</li>
<li>Abonnement sans engagement de durée, résiliable en 1 clic à tous moments</li>
<li>Un système de Multi-livraison simple pour répondre à vos besoins </li>
<li>Partager votre compte avec tous vos collaborateurs </li>
</ul>
">-20% avec l'abonnement <span style="color: #000;font-weight: bold">Business à 19,99€/mois</span></a>
<a href="#" id="sansAbonnementSection1Link" >Sans abonnement </a>
</h3>
<div id="abonnementPlusSection1" style="">
{% if product.isColorLab %}
<div class="row taille_full">
{% if qtysPlus|length > 0 %}
{% set nbrRow = ceilFunction(qtysPlus|length / 2 ) %}
{% endif %}
{% for item in qtysPlus %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_PRO') }}{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_PRO') }}{{ item.id }}" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;">
<div class="col-6" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-6 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/
{% if product.typeProduct == constant('App\\Entity\\Product::TOTEBAG') %}
{{ 'sac' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::FLYERS') %}
{{ 'Flyer' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::AFFICHE') %}
{{ 'Affiche' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PAPIER') %}
{{ 'page' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PHOTOS_POLAROID') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS_ENCADRE') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS') %}
{{ 'photo' | trans({}, "productTranslate") }}
{% else %}
{{product.titre | trans({}, "productTranslate") }}
{% endif %}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% else %}
<div class="row taille_full">
<div class="taille tailleSelect col-lg-6">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0" >
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5" style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% if qtysPlus|length > 1 %}
<div class="taille tailleSelect col-lg-6 headTabeQty2">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5 " style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% endif %}
</div>
<div class="row taille_full">
{% if qtysPlus|length > 0 %}
{% set nbrRow = ceilFunction(qtysPlus|length / 2 ) %}
{% endif %}
{% for item in qtysPlus %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_PRO') }}{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_PRO') }}{{ item.id }}" style="width: 100%" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 20px;">
<div class="col-7 pl-0" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-5 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/{{product.titre | trans({}, "productTranslate")}}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% endif %}
</div>
<div id="abonnementBusinessSection1" style="display: none">
{% if product.isColorLab %}
<div class="row taille_full">
{% if qtysTeam|length > 0 %}
{% set nbrRow = ceilFunction(qtysTeam|length / 2 ) %}
{% endif %}
{% for item in qtysTeam %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_TEAM') }}{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_TEAM') }}{{ item.id }}" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;">
<div class="col-6" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-6 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/
{% if product.typeProduct == constant('App\\Entity\\Product::TOTEBAG') %}
{{ 'sac' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::FLYERS') %}
{{ 'Flyer' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::AFFICHE') %}
{{ 'Affiche' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PAPIER') %}
{{ 'page' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PHOTOS_POLAROID') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS_ENCADRE') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS') %}
{{ 'photo' | trans({}, "productTranslate") }}
{% else %}
{{product.titre | trans({}, "productTranslate") }}
{% endif %}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% else %}
<div class="row taille_full">
<div class="taille tailleSelect col-lg-6">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0" >
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5" style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% if qtysTeam|length > 1 %}
<div class="taille tailleSelect col-lg-6 headTabeQty2">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5 " style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% endif %}
</div>
<div class="row taille_full">
{% if qtysTeam|length > 0 %}
{% set nbrRow = ceilFunction(qtysTeam|length / 2 ) %}
{% endif %}
{% for item in qtysTeam %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_TEAM') }}{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ constant('App\\Entity\\AbonnementPro::TYPE_TEAM') }}{{ item.id }}" style="width: 100%" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 20px;">
<div class="col-7 pl-0" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-5 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/{{product.titre | trans({}, "productTranslate")}}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% endif %}
</div>
<div id="sansAbonnementSection1" style="display: none">
{% if product.isColorLab %}
<div class="row taille_full">
{% if qtys|length > 0 %}
{% set nbrRow = ceilFunction(qtys|length / 2 ) %}
{% endif %}
{% for item in qtys %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ item.id }}" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;">
<div class="col-6" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-6 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/
{% if product.typeProduct == constant('App\\Entity\\Product::TOTEBAG') %}
{{ 'sac' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::FLYERS') %}
{{ 'Flyer' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::AFFICHE') %}
{{ 'Affiche' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PAPIER') %}
{{ 'page' | trans({}, "productTranslate") }}
{% elseif product.typeProduct == constant('App\\Entity\\Product::PHOTOS_POLAROID') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS_ENCADRE') or product.typeProduct == constant('App\\Entity\\Product::PHOTOS') %}
{{ 'photo' | trans({}, "productTranslate") }}
{% else %}
{{product.titre | trans({}, "productTranslate") }}
{% endif %}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% else %}
<div class="row taille_full">
<div class="taille tailleSelect col-lg-6">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0" >
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5" style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% if qtys|length > 1 %}
<div class="taille tailleSelect col-lg-6 headTabeQty2">
<label class="" style="width: 100%;padding-left: 0;border: none;">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 0px;">
<div class="col-7 pl-0">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Quantité' | trans({}, "productTranslate") }}</span>
</div>
<div class="col-5 " style="font-weight: bold;">
<span style="color: rgba(97,97,97,1);font-family: Cabin;font-size: 14px;font-weight: 700;text-transform: uppercase;">{{ 'Prix' | trans({}, "productTranslate") }}</span>
</div>
</div>
</label>
</div>
{% endif %}
</div>
<div class="row taille_full">
{% if qtys|length > 0 %}
{% set nbrRow = ceilFunction(qtys|length / 2 ) %}
{% endif %}
{% for item in qtys %}
{% if loop.first %}
<div class="col-lg-6 pl-0 pr-0">
{% else %}
{% if loop.index == nbrRow + 1 %}
<div class="col-lg-6 pl-0 pr-0">
{% endif %}
{% endif %}
<div class="taille tailleSelect col-lg-12 pr-0 mb-2">
<input type="radio" name="quantity" class="select_ca_btn" id="qantity{{ item.id }}" {% if item.qty == qty %}checked="checked"{% endif %} value="{{ item.qty }}">
<label for="qantity{{ item.id }}" style="width: 100%" class="block taille ">
<div class="row select_ca10_desc" style="padding-bottom: 6px;padding-left: 20px;">
<div class="col-7 pl-0" style="padding-top: 10px;font-weight: bold;">
{{ item.qty }}
</div>
<div class="col-5 pr-0 qtyAndMacrance" style="font-weight: bold;">
<span>
{{ number_format(item.prixHt) }}€
{% if item.isPromoDetail %}
<strike style="color: red;">{{ number_format(item.prixHtWithoutPromo) }}€</strike>
{% endif %}
<b>
{% if item.livraison30minLendemain == false and item.isExaprint == false and item.isExaprintUnique == false and item.isJPlus5 == false and item.isJPlus10 == false and item.isJPlus15 == false %}
<img src="{{ asset('images/Macarons_Copees_j0.png') }}" style="width: 35px;" >
{% elseif item.isExaprint or item.isExaprintUnique %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% elseif item.isJPlus5 %}
<img src="{{ asset('images/Macarons_Copees_j5.png') }}" style="width: 35px;" >
{% elseif item.isJPlus10 %}
<img src="{{ asset('images/Macarons_Copees_j10.png') }}" style="width: 35px;" >
{% elseif item.isJPlus15 %}
<img src="{{ asset('images/Macarons_Copees_j15.png') }}" style="width: 35px;" >
{% elseif item.livraison30minLendemain %}
<img src="{{ asset('images/Macarons_Copees_j1.png') }}" style="width: 35px;" >
{% else %}
<img src="{{ asset('images/Macarons_Copees_j2.png') }}" style="width: 35px;" >
{% endif %}
</b>
</span>
<span style="font-size: 10px;">
{{ number_format(item.prixHt / item.qty) }}€/{{product.titre | trans({}, "productTranslate")}}
</span>
</div>
</div>
</label>
</div>
{% if loop.last %}
</div>
{% else %}
{% if loop.index == nbrRow %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% endif %}
</div>
{% endif %}
</div>
<style>
.tooltip-inner {
background-color: #2C2C2C!important;
min-width: 250px!important;
max-width: initial!important;
}
.tooltip-inner ul li {
text-align:left!important;
}
</style>
{% endif %}
{% endif %}
{#<div class="tooltip fade show bs-tooltip-bottom" role="tooltip" id="tooltip854841" style="position: absolute; transform: translate3d(89px, 3112px, 0px); top: 0px; left: 0px; will-change: transform;" x-placement="bottom">#}
{#<div class="arrow" style="left: 94px;"></div>#}
{#<div class="tooltip-inner">#}
{#<h2>Passez au Compte + !</h2>#}
{#<ul>#}
{#<li>Jusqu’à 50% de réduction sur notre catalogue de plus de 300 produits</li>#}
{#<li>Livraison gratuite illimitée le jour même sur créneau de 30 mn dans plus de 10 villes en France, et sous 48H maximum dans le reste de la France</li>#}
{#<li>Paiement automatique à 30 jours dès votre 2eme commande Sauvegarde de vos fichiers dans votre espace</li>#}
{#<li>Une plateforme tout en un pour vous et vos collaborateurs avec plus de 300 produits et 20 000 modèles à personnaliser</li>#}
{#<li>Abonnement sans engagement de durée, résiliable en 1 clic à tous moments</li>#}
{#</ul>#}
{#</div></div>#}