{% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}
{% block element_product_listing_row %}
{{ parent() }}
{% block dis_element_product_listing_row_extra %}
{% if config('DIScoGA4.config.googleTagEnabled') %}
{% sw_include '@Storefront/storefront/ga4/ga4-pagination-products-extensions.html.twig' %}
{% endif %}
{% endblock %}
{% endblock %}