{% set isBot = app.request.attributes.get('is_bot') %}
{% if not isBot %}
<div class="ui bottom attached tab segment product-tabs" data-tab="attributes">
{{ sylius_template_event('sylius.shop.product.show.tab_attributes', _context) }}
</div>
{% endif %}