themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Product/Show/_longDescription.html.twig line 1

Open in your IDE?
  1. <div class=" article-avantage row-30 avantage-swiper av-mob ">
  2.     <div class="avantage-content">
  3.         <div class="av-box av-box1 ">
  4.             <div class="box-li-av">
  5.                 <a href="/page/une-question-un-conseil" title="" class="hvr-bob opacity-hover">
  6.                     <strong class="sprite-av sprite-1"></strong>
  7.                     <span>{% trans %}app.footer.faq_br{% endtrans %}</span>
  8.                     
  9.                 </a>
  10.             </div>
  11.         </div>
  12.         <div class="av-box av-box2 ">
  13.             <div class="box-li-av">
  14.                 <a  title="" class="hvr-bob opacity-hover">
  15.                     <strong class="sprite-av sprite-2"></strong>
  16.                     <span>{% trans %}app.footer.secure_br{% endtrans %}</span>
  17.                     
  18.                 </a>
  19.             </div>
  20.         </div>
  21.         <div class="av-box av-box3 ">
  22.             <div class="box-li-av">
  23.                 <a  title="" class="hvr-bob opacity-hover">
  24.                     <strong class="sprite-av sprite-3"></strong>
  25.                     {% set block = app_get_blocks('texteperso_livraison', sylius.channel.code )  %}
  26.                     <span>Livraison offerte
  27.                         {% if block.content is defined %}
  28.                             {{ block.content|raw }}
  29.                         {% endif %}
  30.                     </span>
  31.                     
  32.                 </a>
  33.             </div>
  34.         </div>
  35.         <div class="av-box av-box4 ">
  36.             <div class="box-li-av">
  37.                 <a  title="" class="hvr-bob opacity-hover">
  38.                     <strong class="sprite-av sprite-4"></strong>
  39.                     <span>{% trans %}app.footer.quick_delivery_br{% endtrans %}</span>
  40.                 </a>
  41.             </div>
  42.         </div>
  43.         
  44.     </div>
  45. </div> 
  46. <div class="art-descrp-tab">
  47.     <div class="titre-tab">{{ 'app.product.description'|trans}}</div>
  48.     <div class="tab-content ">
  49.         <div class="short-desc-mobile">
  50.             {{ product.shortDescription | raw }}
  51.             
  52.         </div>
  53.         <a href="#" class="show-descr-product color-rose text-underline show-expand"><span class=""> + {{ 'app.taxon.lire_lasuite'|trans}}</span></a>
  54.         <div class="long-descr-product">{{ sylius_template_event('sylius.shop.product.show.tab_details', _context) }}</div>
  55.         <a href="#" class="show-descr-product color-rose text-underline hide-expand"><span class="">- {{ 'app.taxon.reduire'|trans}}</span></a>
  56.     </div>
  57. </div>