nº {{ stock.typeSize.description }}
{{ stock.article.alias }}
{{ stock.article.articleModel.description | slice(0, 18) }}
{{ stock.article.articleColor.description | slice(0, 18) }}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
P.V.P {{ stocksCheckDiscountCommondPriceArray[stock.id] | number_format(2, ',', '.')}}€
{% else %}
{{ stocksCheckDiscountLabelArray[stock.id] }} {{ stocksCheckDiscountArray[stock.id] | number_format(2, ',', '.')}}€
{% endif %}
{% if stock.getWebPathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %}
{{ stock.alias }} {% if stock.shopOwner.nameForLabels != "" %} | {{ stock.shopOwner.nameForLabels }} {% endif %}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }} {% if stock.shopOwner.nameForLabels != "" %} | {{ stock.shopOwner.nameForLabels }} {% endif %}
{% endif %}
{% endif %}