templates/front/product-option/info-taille.html.twig line 1

Open in your IDE?
  1. {% if product.typeProduct == constant('App\\Entity\\Product::STICKERS_AUTOCOLLANT') %}
  2.     {{ 'Choisissez votre Coupe' | trans({}, "productTranslate") }}
  3. {% else %}
  4.     {{ 'Choisissez votre taille' | trans({}, "productTranslate") }}
  5. {% endif %}
  6. {#    <div class="infotool"><img src="{{ asset('/images/infotool.png') }}" ></div>#}
  7. {#    <div class="contentinfotool" style="z-index: 55;background-color: #fff;">#}
  8. {#        <img src="{{ asset('imageSite/'~format.fileTaille) }}" >#}
  9. {#        <div class="txttoll">#}
  10. {#            <strong>Guide des tailles de papier</strong>#}
  11. {#            {{ format.infoTaille }}#}
  12. {#        </div>#}
  13. {#    </div>#}