{% if product.isDeleted %}
<div class="mt-4">
<div class="alert alert-danger" role="alert">
<p class="p-2">{{ 'Ce produit est actuellement indisponible, il sera de retour très bientôt' | trans({}, "productTranslate") }}</p>
</div>
</div>
{% else %}
{% if product and getDisponibiliteProductPerCountrySession(product) == false %}
<div class="alert alert-danger" role="alert">
<p class="p-2">{{ 'Ce produit est actuellement indisponible dans' | trans({}, "productTranslate") }} "{{ getCountrySession() }}"</p>
</div>
{% else %}
{% if product.isColorLab %}
<input type="hidden" name="productColorLab" id="productColorLab" value="1">
{% include 'front/product-option/options-next-new.html.twig' %}
{% else %}
{% if isFormatType %}
<div class="col-md-12 row pl-0 pr-0">
<div class="col-md-12 pl-0 pr-0">
<div class="row_select_ca5 oghtml2">
<div class="titre_tool_ca" id="infoTaille">
{% if product.typeProduct == constant('App\\Entity\\Product::STICKERS_AUTOCOLLANT') %}
{{ 'Coupe' | trans({}, "productTranslate") }}
{% else %}
{{ 'Format' | trans({}, "productTranslate") }}
{% endif %}
</div>
<div class="d-flex bx_global_radio row taille_full max_full_width" style="{% if formats|length == 1 %}max-width: 155px;{% elseif formats|length == 2 %}max-width: 310px;{% elseif formats|length ==3 %} max-width: 465px; {% else %}max-width: 600px;{% endif %}">
{% for item in formats %}
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 mb-3 taille tailleSelect ">
<input type="radio" value="{{ item.id }}" name="format" class="select_ca_btn" id="format{{ item.id }}" {% if item.id == format_id %}checked="checked"{% endif %} >
<label for="format{{ item.id }}" class="block taille ">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if item.file %}{{ asset('imageSite/'~item.file) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4>{{ item.name | trans({}, "productTranslate") }}</h4>
<h5>{{ item.description | trans({}, "productTranslate") }}</h5>
</div>
{% if item.isTop %}<span class="topVente">Top vente</span>{% endif %}
</label>
</div>
{% endfor %}
{% for item in getAttrSoon(constant('App\\Entity\\Attribut::FORMAT'),product.typeProduct) %}
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 mb-3 taille tailleSelect " style="opacity: 0.6;">
<input disabled="disabled" type="radio" value="{{ item.id }}" name="format" class="select_ca_btn" id="format{{ item.id }}" {% if item.id == format_id %}checked="checked"{% endif %} >
<label for="format{{ item.id }}" class="block taille " style="position: relative;">
<span class="infoBulleSoon" style="line-height: 1;">{{ 'Soon' | trans({}, "productTranslate") }}</span>
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if item.file %}{{ asset('imageSite/'~item.file) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4>{{ item.name | trans({}, "productTranslate") }}</h4>
<h5>{{ item.description | trans({}, "productTranslate") }}</h5>
</div>
{% if item.isTop %}<span class="topVente">Top vente</span>{% endif %}
</label>
</div>
{% endfor %}
</div>
{% if product.typeProduct == constant('App\\Entity\\Product::AFFICHE') %}
<div class="row_select_ca5 oghtml2" style="">
<h3>{{ 'Type d’impression' | trans({}, "productTranslate") }}</h3>
<div class="d-flex bx_global_radio row taille_full max_full_width">
{% for item in typeImpression %}
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 taille tailleSelect">
<input type="radio" name="typeImpression" class="select_ca_btn" id="typeImression{{ item.id }}" {% if item.id == typeImpression_id %}checked="checked"{% endif %} value="{{ item.id }}">
<label for="typeImression{{ item.id }}" class="block taille ">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if item.file %}{{ asset('imageSite/'~item.file) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ item.name | trans({}, "productTranslate") }}</h4>
</div>
{% if item.isTop %}<span class="topVente">Top vente</span>{% endif %}
</label>
</div>
{% endfor %}
</div>
</div>
{% else %}
<div class="row_select_ca5 oghtml2" {% if product.typeProduct == constant('App\\Entity\\Product::STICKERS_AUTOCOLLANT') %}style="display: none" {% endif %}>
<h3>{{ 'Type' | trans({}, "productTranslate") }}</h3>
<div class="d-flex bx_global_radio taille_full max_full_width" {% if product.isRecto or product.isRectoVerso %}style="max-width: 155px;"{% endif %}>
{% if product.isRecto %}
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 taille tailleSelect">
<input type="radio" name="rectoverso" class="select_ca_btn" id="recto" {% if constant('App\\Entity\\ProductAttribute::RECTO') == rectoverso %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\ProductAttribute::RECTO') }}">
<label for="recto" class="block taille ">
<div class="ca_image_txt">
<div class="global_ca_img">
<a data-title=""><img src="{% if format.imageRecto %}{{ asset('imageSite/'~format.imageRecto) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Recto' | trans({}, "productTranslate") }}</h4>
</div>
</label>
</div>
{% elseif product.isRectoVerso %}
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 taille tailleSelect">
<input type="radio" name="rectoverso" class="select_ca_btn" id="rectoVerso" {% if constant('App\\Entity\\ProductAttribute::VERSO') == rectoverso %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\ProductAttribute::VERSO') }}">
<label for="rectoVerso" class="block taille">
<div class="ca_image_txt">
<div class="global_ca_img">
<a data-title=""><img src="{% if format.imageVerso %}{{ asset('imageSite/'~format.imageVerso) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Recto/Verso' | trans({}, "productTranslate") }}</h4>
</div>
</label>
</div>
{% else %}
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 taille tailleSelect">
<input type="radio" name="rectoverso" class="select_ca_btn" id="recto" {% if constant('App\\Entity\\ProductAttribute::RECTO') == rectoverso %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\ProductAttribute::RECTO') }}">
<label for="recto" class="block taille ">
<div class="ca_image_txt">
<div class="global_ca_img">
<a data-title=""><img src="{% if format.imageRecto %}{{ asset('imageSite/'~format.imageRecto) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Recto' | trans({}, "productTranslate") }}</h4>
</div>
</label>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 taille tailleSelect">
<input type="radio" name="rectoverso" class="select_ca_btn" id="rectoVerso" {% if constant('App\\Entity\\ProductAttribute::VERSO') == rectoverso %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\ProductAttribute::VERSO') }}">
<label for="rectoVerso" class="block taille">
<div class="ca_image_txt">
<div class="global_ca_img">
<a data-title=""><img src="{% if format.imageVerso %}{{ asset('imageSite/'~format.imageVerso) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Recto/Verso' | trans({}, "productTranslate") }}</h4>
</div>
</label>
</div>
{% endif %}
</div>
</div>
{% endif %}
</div>
</div>
</div>
{% else %}
<div class="col-md-12 row pl-0 pr-0">
<div class="col-md-12 pl-0 pr-0">
<div id="optionsGlobalByFormat" class="oghtml3 ">
<h3>
{% if product.typeProduct == constant('App\\Entity\\Product::STICKERS_AUTOCOLLANT') %}
{{ 'Format' | trans({}, "productTranslate") }}
{% else %}
{{ 'Papier' | trans({}, "productTranslate") }}
{% endif %}
</h3>
<div class="row_select_ca8 row d-flex bx_global_radio taille_full max_full_width" style="margin-bottom: 0px!important" id="PapierGramageOption">
{% for item in gramage %}
<div class="taille col-12 col-md-6 col-lg-4 col-xl-3 p-0 mb-3 tailleSelect">
<input type="radio" name="gramage" class="select_ca_btn" id="gramage{{ item.id }}" {% if item.id == gramage_id %}checked="checked"{% endif %} value="{{ item.id }}">
<label for="gramage{{ item.id }}" class="block taille ">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if item.file %}{{ asset('imageSite/'~item.file) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
{% if product.typeProduct == constant('App\\Entity\\Product::STICKERS_AUTOCOLLANT') %}
<h4>{{ item.name | trans({}, "productTranslate") }}</h4>
<h5 class="font_size1">{{ item.description | trans({}, "productTranslate") }}</h5>
{% else %}
<h4 class="papierTitreDescktop">{{ item.namePapier | trans({}, "productTranslate") }}</h4>
<h5 class="font_size1 papierDescriptionDescktop">{{ item.description | trans({}, "productTranslate") }}</h5>
{% endif%}
</div>
{% if item.isTop %}<span class="topVente">Top vente</span>{% endif %}
</label>
</div>
{% endfor %}
{% for item in getAttrSoon(constant('App\\Entity\\Attribut::GRAMMAGE'),product.typeProduct) %}
<div class="col-12 col-md-6 col-lg-4 col-xl-3 p-0 mb-3 taille tailleSelect " style="opacity: 0.6;">
<input disabled="disabled" type="radio" name="gramage" class="select_ca_btn" id="gramage{{ item.id }}" {% if item.id == gramage_id %}checked="checked"{% endif %} value="{{ item.id }}">
<label for="gramage{{ item.id }}" class="block taille " style="position: relative;">
<span class="infoBulleSoon" style="line-height: 1;">{{ 'Soon' | trans({}, "productTranslate") }}</span>
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if item.file %}{{ asset('imageSite/'~item.file) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="papierTitreDescktop">{{ item.namePapier | trans({}, "productTranslate") }}</h4>
<h5 class="font_size1 papierDescriptionDescktop">{{ item.description | trans({}, "productTranslate") }}</h5>
</div>
</label>
</div>
{% endfor %}
<div class="col-12 p-0">
<p class="InfoGrammageP mb-0"><a href="{{ product.savoirPlusGrammageOptionProduct }}" {% if product.savoirPlusGrammageOptionProductIsExtern %} target="_blank"{% endif %}>Infos sur les grammages</a> </p>
</div>
</div>
{% if finition %}
<h3>{{ 'Finition' | trans({}, "productTranslate") }}</h3>
<div class="oghtml4 row row_select_ca9 d-flex bx_global_radio taille_full max_full_width" style="margin-bottom: 30px!important;">
{% if isFinitionGlace %}
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="finition" class="select_ca_btn" id="finition{{ constant('App\\Entity\\CartDetail::FINITION_GLACE') }}" {% if constant('App\\Entity\\CartDetail::FINITION_GLACE') == finition %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::FINITION_GLACE') }}">
<label for="finition{{ constant('App\\Entity\\CartDetail::FINITION_GLACE') }}" class="block taille " style="">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format is defined and format and format.fileFinitionGlasse %}{{ asset('imageSite/'~format.fileFinitionGlasse) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Glacée' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textFinitionGlasse | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
{% endif %}
{% if isFinitionMate %}
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="finition" class="select_ca_btn" id="finition{{ constant('App\\Entity\\CartDetail::FINITION_MATE') }}" {% if constant('App\\Entity\\CartDetail::FINITION_MATE') == finition %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::FINITION_MATE') }}">
<label for="finition{{ constant('App\\Entity\\CartDetail::FINITION_MATE') }}" class="block taille" style="">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format is defined and format and format.fileFinitionMate %}{{ asset('imageSite/'~format.fileFinitionMate) }}{% else %}{{ asset('imageSite/imgtst2.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Mate' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textFinitionMate | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
{% endif %}
{% if isFinitionTransparent or isFinitionRepositionalble %}
{% if isFinitionTransparent %}
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="finition" class="select_ca_btn" id="finition{{ constant('App\\Entity\\CartDetail::FINITION_TRANSPARENT') }}" {% if constant('App\\Entity\\CartDetail::FINITION_TRANSPARENT') == finition %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::FINITION_TRANSPARENT') }}">
<label for="finition{{ constant('App\\Entity\\CartDetail::FINITION_TRANSPARENT') }}" class="block taille " style="">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format is defined and format and format.fileFinitionTransparent %}{{ asset('imageSite/'~format.fileFinitionTransparent) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Transparent' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textFinitionTransparent | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
{% endif %}
{% if isFinitionRepositionalble %}
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="finition" class="select_ca_btn" id="finition{{ constant('App\\Entity\\CartDetail::FINITION_REPOSITIONALBLE') }}" {% if constant('App\\Entity\\CartDetail::FINITION_REPOSITIONALBLE') == finition %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::FINITION_REPOSITIONALBLE') }}">
<label for="finition{{ constant('App\\Entity\\CartDetail::FINITION_REPOSITIONALBLE') }}" class="block taille" style="">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format is defined and format and format.fileFinitionRepositionalble %}{{ asset('imageSite/'~format.fileFinitionRepositionalble) }}{% else %}{{ asset('imageSite/imgtst2.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Repositionnable' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textFinitionRepositionalble | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
{% endif %}
{% endif %}
{% if isFinitionSoftTouch or isFinitionPelliculemat %}
{% if isFinitionSoftTouch %}
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="finition" class="select_ca_btn" id="finition{{ constant('App\\Entity\\CartDetail::FINITION_SoftTouch') }}" {% if constant('App\\Entity\\CartDetail::FINITION_SoftTouch') == finition %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::FINITION_SoftTouch') }}">
<label for="finition{{ constant('App\\Entity\\CartDetail::FINITION_SoftTouch') }}" class="block taille " style="">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format is defined and format and format.fileFinitionSoftTouch %}{{ asset('imageSite/'~format.fileFinitionSoftTouch) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Soft Touch' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textFinitionSoftTouch | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
{% endif %}
{% if isFinitionPelliculemat %}
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="finition" class="select_ca_btn" id="finition{{ constant('App\\Entity\\CartDetail::FINITION_Pelliculemat') }}" {% if constant('App\\Entity\\CartDetail::FINITION_Pelliculemat') == finition %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::FINITION_Pelliculemat') }}">
<label for="finition{{ constant('App\\Entity\\CartDetail::FINITION_Pelliculemat') }}" class="block taille" style="">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""> <img src="{% if format is defined and format and format.fileFinitionPelliculemat %}{{ asset('imageSite/'~format.fileFinitionPelliculemat) }}{% else %}{{ asset('imageSite/imgtst2.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Pelliculé mat' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textFinitionPelliculemat | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
{% endif %}
{% endif %}
{% if isFinitionPelliculeBrillant %}
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="finition" class="select_ca_btn" id="finition{{ constant('App\\Entity\\CartDetail::FINITION_PelliculeBrillant') }}" {% if constant('App\\Entity\\CartDetail::FINITION_PelliculeBrillant') == finition %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::FINITION_PelliculeBrillant') }}">
<label for="finition{{ constant('App\\Entity\\CartDetail::FINITION_PelliculeBrillant') }}" class="block taille " style="">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""> <img src="{% if format is defined and format and format.fileFinitionPelliculeBrillant %}{{ asset('imageSite/'~format.fileFinitionPelliculeBrillant) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Pelliculé Brillant' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textFinitionPelliculeBrillant | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
{% endif %}
</div>
{% endif %}
{% if format is defined and format.isPlastification %}
<h3>{{ 'Plastification' | trans({}, "productTranslate") }}</h3>
<div class="oghtml4 row_select_ca9 d-flex bx_global_radio taille_full max_full_width" style="margin-bottom: 30px!important;">
<div class="row taille_full" style="width: 100%;">
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="plastification" class="select_ca_btn" id="plastification{{ constant('App\\Entity\\CartDetail::PLASTIFICATION_NOT_CHECKED') }}" {% if constant('App\\Entity\\CartDetail::PLASTIFICATION_NOT_CHECKED') == plastification %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::PLASTIFICATION_NOT_CHECKED') }}">
<label for="plastification{{ constant('App\\Entity\\CartDetail::PLASTIFICATION_NOT_CHECKED') }}" class="block taille ">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""> <img src="{% if format.fileSansPlastification %}{{ asset('imageSite/'~format.fileSansPlastification) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Sans' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{{ format.textSansPlastification | trans({}, "productTranslate") }}</h5>#}
</div>
</label>
</div>
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="plastification" class="select_ca_btn" id="plastification{{ constant('App\\Entity\\CartDetail::PLASTIFICATION_CHECKED') }}" {% if constant('App\\Entity\\CartDetail::PLASTIFICATION_CHECKED') == plastification %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::PLASTIFICATION_CHECKED') }}">
<label for="plastification{{ constant('App\\Entity\\CartDetail::PLASTIFICATION_CHECKED') }}" class="block taille">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format.fileAvecPlastification %}{{ asset('imageSite/'~format.fileAvecPlastification) }}{% else %}{{ asset('imageSite/imgtst2.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Avec' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{{ format.textAvecPlastification | trans({}, "productTranslate") }}</h5>#}
</div>
</label>
</div>
</div>
</div>
{% endif %}
<h3>{{ 'Vérification' | trans({}, "productTranslate") }}</h3>
<div class="oghtml4 row_select_ca9 d-flex bx_global_radio taille_full max_full_width" style="margin-bottom: 30px!important;">
<div class="row taille_full" style="width: 100%;">
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="verification" class="select_ca_btn" id="verification{{ constant('App\\Entity\\CartDetail::VERIFICATION_NOT_CHECKED') }}" {% if constant('App\\Entity\\CartDetail::VERIFICATION_NOT_CHECKED') == verification %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::VERIFICATION_NOT_CHECKED') }}">
<label for="verification{{ constant('App\\Entity\\CartDetail::VERIFICATION_NOT_CHECKED') }}" class="block taille ">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""> <img src="{% if format.fileSansVerification %}{{ asset('imageSite/'~format.fileSansVerification) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Sans' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textSansVerification | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="verification" class="select_ca_btn" id="verification{{ constant('App\\Entity\\CartDetail::VERIFICATION_CHECKED') }}" {% if constant('App\\Entity\\CartDetail::VERIFICATION_CHECKED') == verification %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::VERIFICATION_CHECKED') }}">
<label for="verification{{ constant('App\\Entity\\CartDetail::VERIFICATION_CHECKED') }}" class="block taille">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format.fileAvecVerification %}{{ asset('imageSite/'~format.fileAvecVerification) }}{% else %}{{ asset('imageSite/imgtst2.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Avec' | trans({}, "productTranslate") }} (+3,99€ HT)</h4>
{#<h5 class="font_size1">{% if format is defined and format %}{{ format.textAvecVerification | trans({}, "productTranslate") }}{% endif %}</h5>#}
</div>
</label>
</div>
</div>
</div>
{% if format is defined and format.isBordsArrondis %}
<h3>{{ 'Bords arrondis' | trans({}, "productTranslate") }}</h3>
<div class="oghtml4 row_select_ca9 d-flex bx_global_radio taille_full max_full_width" style="margin-bottom: 30px!important;">
<div class="row taille_full" style="width: 100%;">
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="bordsArrondis" class="select_ca_btn" id="bordsArrondis{{ constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_NOT_CHECKED') }}" {% if constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_NOT_CHECKED') == bordsArrondis %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_NOT_CHECKED') }}">
<label for="bordsArrondis{{ constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_NOT_CHECKED') }}" class="block taille ">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""><img src="{% if format.fileSansBordsArrondis %}{{ asset('imageSite/'~format.fileSansBordsArrondis) }}{% else %}{{ asset('imageSite/imgtst.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Sans' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{{ format.textSansBordsArrondis | trans({}, "productTranslate") }}</h5>#}
</div>
</label>
</div>
<div class="taille tailleSelect col-12 col-md-6 col-lg-4 p-0 col-xl-3 mb-2">
<input type="radio" name="bordsArrondis" class="select_ca_btn" id="bordsArrondis{{ constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_CHECKED') }}" {% if constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_CHECKED') == bordsArrondis %}checked="checked"{% endif %} value="{{ constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_CHECKED') }}">
<label for="bordsArrondis{{ constant('App\\Entity\\CartDetail::BORDS_ARRONDIS_CHECKED') }}" class="block taille">
<div class="ca_image_txt" style="font-size: 13px;">
<div class="global_ca_img">
<a data-title=""> <img src="{% if format.fileAvecBordsArrondis %}{{ asset('imageSite/'~format.fileAvecBordsArrondis) }}{% else %}{{ asset('imageSite/imgtst2.png') }}{% endif %}"></a>
</div>
<h4 class="marginMore">{{ 'Avec' | trans({}, "productTranslate") }}</h4>
{#<h5 class="font_size1">{{ format.textAvecBordsArrondis | trans({}, "productTranslate") }}</h5>#}
</div>
</label>
</div>
</div>
</div>
{% endif %}
{% if product.typeProduct == constant('App\\Entity\\Product::FAIRE_PART_MARIAGE') or product.typeProduct == constant('App\\Entity\\Product::FAIRE_PART_NAISSANCE') %}
<div class="">
<div class="">
{{ 'Ajouter des enveloppes à ma commande pour chaque faire-part' | trans({}, "productTranslate") }}
<div class="details mt-3">
<div class="page_check">
<div class="col-12 p-md-0 form-check">
<input type="checkbox" name="isEnveloppe" value="1" id="isEnveloppe" {% if isEnveloppe %}checked="checked" {% endif %}>
<label for="isEnveloppe">+ (0,2€ * {{ 'quantit' | trans({}, "productTranslate") }}) </label>
</div>
</div>
</div>
</div>
</div>
{% endif %}
</div>
</div>
</div>
{% endif %}
{% endif %}
{% endif %}
{% endif %}