templates/bundles/SyliusShopBundle/Product/Show/Tabs/_infospratiques.html.twig line 1

Open in your IDE?
  1. {% if SimpleAttributes.pratiques is defined %}
  2.     <div class="ui bottom attached tab segment" data-tab="attributes">
  3.             {% set pratiques = SimpleAttributes.pratiques %}
  4.             {% if pratiques is not null and pratiques is not empty %}
  5.             <div class="pratique product-details__description-content">
  6.                 {{ pratiques.value }}
  7.             </div>
  8.             {% endif %}
  9.     </div>
  10. {% endif %}