{% import '@SyliusUi/Macro/messages.html.twig' as messages %} {% import '@SyliusUi/Macro/pagination.html.twig' as pagination %} {% if resources.data|length > 0 %}
{{ 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}) }}
{{ pagination.simple(resources.data) }} {% else %}

{{ messages.info('sylius.ui.no_results_to_display') }}

{{'sylius.ui.home' | trans}}
{% endif %}