{% if relatedProducts|length > 1 %}
{{ 'pixel.shop::lang.frontend.related_products'|trans }} {% for productGroup in relatedProducts.chunk(4) %}
{% for product in productGroup %}
{% endfor %}
{% endfor %}
{% endif %}