{% if not type %} {% set type = "grid" %} {% endif %} {% if head %}

{{ head }}

{% if subhead %}

{{ subhead }}

{% endif %} {% endif %} {% if products and products|length > 0 %}
{% for _product in products %} {% set testid = listId ~ "_" ~ loop.index %} {% if type != 'line' %}
{% endif %} {{ include_widget({ cl: "oxwArticleBox", _parent: oView.getClassKey(), nocookie: 1, _navurlparams: oViewConf.getNavUrlParams(), iLinkType: _product.getLinkType(), _object: _product, anid: _product.getId(), sWidgetType: "product", sListType: "listitem_" ~ type, iIndex: testid, blDisableToCart: blDisableToCart, isVatIncluded: oView.isVatIncluded(), showMainLink: showMainLink, recommid: recommid, owishid: owishid, toBasketFunction: toBasketFunction, removeFunction: removeFunction, altproduct: altproduct, inlist: _product.isInList(), skipESIforUser: 1, testid: testid }) }} {% if type != 'line' %}
{% endif %} {% endfor %}
{% endif %}