{{ sylius_template_event('sylius.shop.product.index.search', _context) }}
{{ sylius_template_event('sylius.shop.product.index.before_list', {'products': resources.data}) }}
{% for product in resources.data %}
{% include '@SyliusShop/Product/Box/_grid.html.twig' %}
{% endfor %}
{{ sylius_template_event('sylius.shop.product.index.before_pagination', {'products': resources.data}) }}