{% if productDesabled is defined %}
{% else %}
<div class="bx_ca_right5">
<h3 style="background-color: #fff">{{ 'Total Panier' | trans({}, "productTranslate") }}</h3>
{# {% if abonnementPro == false and is_abonnement == false %}#}
{# <div class="d-flex bx_global_radio taille_full">#}
{# <h5>Particulier</h5>#}
{# <div class="maxwSelect priceSwuitch">#}
{# <div class="taille tailleSelect">#}
{# <input type="radio" name="bx_switch_panier" class="select_ca_btn_oval typeCompte" id="bx_switch_panier1" value="{{ constant('App\\Entity\\Adresse::TYPE_COMPTE_PARTICULIER') }}" checked="checked">#}
{# <label for="bx_switch_panier1" style="border: none;" class="block taille ">#}
{# .#}
{# </label>#}
{# </div>#}
{# <div class="taille tailleSelect">#}
{# <input type="radio" name="bx_switch_panier" class="select_ca_btn_oval typeCompte" id="bx_switch_panier2" value="{{ constant('App\\Entity\\Adresse::TYPE_COMPTE_ENTREPRISE') }}">#}
{# <label for="bx_switch_panier2" style="border: none;" class="block taille ">#}
{# .#}
{# </label>#}
{# </div></div>#}
{# <h5>Pro <span>Payez à 30 jours</span></h5>#}
{# </div>#}
{# {% endif %}#}
<div class="table_ca_right5">
{% if abonnementPro %}
<table class="table">
{# <thead>#}
{# <tr>#}
{# <th scope="col" colspan="4">Remise abonnement {{ abonnementPro.abonement.name }}</th>#}
{# </tr>#}
{# </thead>#}
<tbody>
<tr>
<td colspan="2">{{ 'Prix HT' | trans({}, "productTranslate") }}</td>
{# <td><strike style="color: red;">{{number_format(prixHtWithoutReduction) }}€</strike></td>#}
<td>{{ number_format(prixHt) }}€</td>
</tr>
<tr>
<td colspan="2">{{ 'Prix TTC' | trans({}, "productTranslate") }}</td>
{# <td><strike style="color: red;">{{ number_format(prixTTcWithoutReduction) }}€</strike></td>#}
<td>{{ number_format(prixTtc) }}€</td>
</tr>
<tr>
<td colspan="2">{{ 'Livraison' | trans({}, "productTranslate") }}</td>
<td>{{ number_format(priceCarrierTTC) }}€</td>
</tr>
</tbody>
</table>
{% else %}
{% if isPromo or is_abonnement %}
<table class="table">
{% if is_abonnement %}
<thead>
<tr>
<th scope="col" colspan="4">{{ 'Remise abonnement copees +' | trans({}, "productTranslate") }}</th>
</tr>
</thead>
{% endif %}
<tbody>
<tr>
<td colspan="2">{{ 'Prix HT' | trans({}, "productTranslate") }}</td>
<td><strike style="color: red;">{{number_format(prixHtWithoutReduction) }}€</strike></td>
<td>{{ number_format(prixHt) }}€</td>
</tr>
<tr>
<td colspan="2">{{ 'Prix TTC' | trans({}, "productTranslate") }}</td>
<td><strike style="color: red;">{{ number_format(prixTTcWithoutReduction) }}€</strike></td>
<td>{{ number_format(prixTtc) }}€</td>
</tr>
<tr>
<td colspan="3">{{ 'Livraison' | trans({}, "productTranslate") }}</td>
<td>{{ number_format(priceCarrierTTC) }}€</td>
</tr>
</tbody>
</table>
{% else %}
<table class="table" id="particulier" style="display: none">
<thead>
<tr>
<th scope="col" colspan="2"><span class="color_b"><a style="color: #07bce9;;" href="{{ path('checkout_abonnement') }}"> Abonnement</a></span></th>
<th scope="col">{{ 'Sans' | trans({}, "productTranslate") }}</th>
<th scope="col" style="color: #07bce9;">{{ 'Avec' | trans({}, "productTranslate") }}</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2">{{ 'Prix HT' | trans({}, "productTranslate") }}</td>
<td>{{ number_format(prixHt) }}€</td>
<td><span style="padding: 5px;">{{ number_format(prixHt - ((prixHt * 10 )/100)) }}€</span></td>
</tr>
<tr>
<td colspan="2">{{ 'Prix TTC' | trans({}, "productTranslate") }}</td>
<td>{{ number_format(prixTtc) }}€</td>
<td><span style="background: #fdf18d; padding: 5px;border-radius: 10px;">{{ number_format(prixTtc - ((prixTtc * 10 )/100)) }}€</span></td>
</tr>
<tr>
<td colspan="2">{{ 'Livraison' | trans({}, "productTranslate") }}</td>
<td>{{ number_format(priceCarrierTTC) }}€</td>
<td>Offerte</td>
</tr>
</tbody>
</table>
<table class="table" id="entreprise">
<thead>
<tr>
<th scope="col"><span class="color_b"><a style="color: #07bce9;" href="{{ path('abonnementPro_offre') }}"> {{ 'Abonnement' | trans({}, "productTranslate") }}</a></span></th>
<th scope="col">{{ 'Sans' | trans({}, "productTranslate") }}</th>
<th style="text-align: center;" scope="col" style="color: #07bce9;">{{ 'Plus' | trans({}, "productTranslate") }}</th>
{# <th scope="col" style="color: #07bce9;">Business</th>#}
</tr>
</thead>
<tbody>
<tr>
<td>{{ 'Prix HT' | trans({}, "productTranslate") }}</td>
<td>{{ number_format(prixHt) }}€</td>
<td style="text-align: center;"><span style="padding: 5px;">{{ priceAbonnement.pricePro.prixHtTotal }}€</span></td>
{# <td><span style="padding: 5px;">{{ priceAbonnement.priceTeam.prixHtTotal }}€</span></td>#}
</tr>
<tr>
<td>{{ 'Prix TTC' | trans({}, "productTranslate") }}</td>
<td>{{ number_format(prixTtc) }}€</td>
<td style="text-align: center;"><span class="contour_jaune" style="">{{ priceAbonnement.pricePro.prixTtcTotal }}€</span></td>
{# <td><span style="background: #fdf18d; padding: 5px;border-radius: 10px;">{{ priceAbonnement.priceTeam.prixTtcTotal }}€</span></td>#}
</tr>
</tbody>
</table>
{% endif %}
{% endif %}
</div>
</div>
{% if abonnementPro == false %}
{#{% if is_abonnement == false %}#}
{#<div class="txt_rightca5">#}
{#<p>*à ce montant peuvent s'ajouter des frais de livraison pour les commandes de moins de 29€, et une majoration pour les commandes de moins de 10€</p>#}
{#</div>#}
{#{% endif %}#}
{% if isPromo == false and is_abonnement == false %}
<div class="txt_rightca5 textAbonnementPlusPanier" style="display:none">
<a href="{{ path('checkout_abonnement') }}" style="border-radius: 10px;color: #000; background-color: #FDF18D; display: inline-block; font-size: 12px; font-weight: 600; padding: 14px 21px; margin: 0 auto !important; text-align: center;">{{ 'Abonnez-vous à Copees+' | trans({}, "productTranslate") }}</a>
<p class="textAbonnementLiseuse">{{ 'Pour 4,99€/mois résiliable à tout moment en 1 clic, 10% d’économie sur tous vos achats + livraison gratuite illimitée.' | trans({}, "productTranslate") }} </p>
</div>
<div class="col-12 mb-4 mt-4 form-check_link textAbonnementProPanier blockAbonementText" style="">
<h2 style="font-family:cabin;font-size: 18px;font-weight: 700;font-style: normal;">{{ "Passez au Compte Plus !" | trans({}, "productTranslate")|raw }}</h2>
<div class="textAbonnementLiseuseDiv">
<ul>
<li class="mt-4">
{{ 'Jusqu’à 50% de réduction sur notre catalogue de plus de 300 produits' | trans({}, "productTranslate") }}
</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' | trans({}, "productTranslate") }}
</li>
<li>
{{ 'Paiement automatique à 30 jours dès votre 2eme commande' | trans({}, "productTranslate") }}
</li>
<li>
{{ 'Sauvegarde de vos fichiers dans votre espace' | trans({}, "productTranslate") }}
</li>
<li>
{{ 'Une plateforme tout en un pour vous et vos collaborateurs avec plus de 300 produits et 20 000 modèles à personnaliser' | trans({}, "productTranslate") }}
</li>
<li>
{{ 'Abonnement sans engagement de durée, résiliable en 1 clic à tous moments' | trans({}, "productTranslate") }}
</li>
</ul>
</div>
<a class="btnAboNewLiseuse selectTagAboLinkGoogle" href="{{ path('abonnementPro_adresse_facture') }}?typeAbonnement={{ constant('App\\Entity\\AbonnementPro::TYPE_PRO') }}&typeComptePaiement=1&isFree=1" style="">{{ 'Testez gratuitement Copees Plus' | trans({}, "productTranslate") }}</a>
</div>
{% endif %}
{% endif %}
{% endif %}