{% if articletype %} {% set sListType = articletype %} {% else %} {% set sListType = 'grid' %} {% endif %} {% if count %} {% set colSize = 12 / count %} {% else %} {% set colSize = 3 %} {% endif %}
{% if title or shortdesc %} {% endif %}
{% for article in articles %} {% if sListType == 'grid' %}
{% endif %} {{ include_widget({ cl: "oxwArticleBox", _parent: oView.getClassKey(), _navurlparams: oViewConf.getNavUrlParams(), iLinkType: article.getLinkType(), anid: article.getId(), isVatIncluded: oView.isVatIncluded(), nocookie: 1, sWidgetType: 'product', sListType: "listitem_"~sListType, inlist: 1, skipESIforUser: 1 }) }} {% if sListType == 'grid' %}
{% endif %} {% endfor %}