{% endif %}
{{ translate({ ident: "PRODUCT_NO", suffix: "COLON" }) }}
{{ product.oxarticles__oxartnum.value }}
{% if size=='thin' or size=='thinest' %}
{% endif %}
{% set aVariantSelections = product.getVariantSelections("null", "null", 1) %}
{% set blShowToBasket = true %} {# tobasket or more info ? #}
{% if product.isNotBuyable() or (aVariantSelections and aVariantSelections.selections) or product.hasMdVariants() or (oViewConf.showSelectListsInList() and product.getSelections(1)) or product.getVariants() %}
{% set blShowToBasket = false %}
{% endif %}