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

Open in your IDE?
  1. {% set isBot = app.request.attributes.get('is_bot') %}
  2. {% if not isBot %}
  3. <div class="ui bottom attached tab segment product-tabs" data-tab="attributes">
  4.     {{ sylius_template_event('sylius.shop.product.show.tab_attributes', _context) }}
  5. </div>
  6. {% endif %}