<div class="references"> {% if product.children|length %} {% for p in product.children %} {% if not p.isStopped() and p.isActive() and product.hasPrice(priceGroup) %} {% include 'front/catalog/product/view/reference-line.html.twig' with {product:p} %} {% endif %} {% endfor %} {% else %} {% include 'front/catalog/product/view/reference-line.html.twig' with {product:product} %} {% endif %}</div>