{% if stock.getAbsolutePathBarcode() %}
{% if isLite == false %}
{{ stock.getalias }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %}
{% endif %}
{% if stock.article.articleModel is not null %}{{ stock.article.articleModel.description }}{% endif %}{% if stock.article.articleColor is not null %} {{ stock.article.articleColor.description }}{% endif %}