{% if wrapperTag is not defined %}{% set wrapperTag = 'ul' %}{% endif %}{% if wrapperTag %}<{{ wrapperTag }} class="product-list">{% endif %}{% for p in products %}{% if p.model %}{% include 'front/catalog/model/view/list-item.html.twig' with {model:p.topProductModel, product:p} %}{% else %}{% include 'front/catalog/product/view/list-item.html.twig' with {product:p} %}{% endif %}{% endfor %}{% if wrapperTag %}</{{ wrapperTag }}>{% endif %}