{% set foo = 1 %}
{% if startLabelFromWhereToPrint > 0 %}
{% for i in 1..startLabelFromWhereToPrint %}
{% if foo == 1 %}
{% endif %}
{% if foo == numberOfLabelsPerPage %}
{% set foo = 1 %}
{% else %}
{% set foo = foo + 1 %}
{% endif %}
{% endfor %}
{% endif %}
{% for stock in stocks %}
{% if foo == 1 %}
{% 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 %}
{% if stock.article.filename != "clac-clac-placeholder.png" %}
{% endif %}
{{ stock.typeSize.description }}
{{ stock.article.autoIncrement }}
{% if stock.getAbsolutePathBarcode() %}
{% if isLite == false %}
{{ stock.alias }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% endif %}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
{% set zero = stocksCheckDiscountCommondPriceArray[stock.id] %}
PVP {{ zero }}€
{% else %}
{% set zero = stocksCheckDiscountLabelArray[stock.id] %}
PVP {{ zero }}€
{% endif %}
{{ stock.article.autoIncrement }}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
{% set zero = stocksCheckDiscountCommondPriceArray[stock.id] %}
PVP {{ zero }}€
{% else %}
{% set zero = stocksCheckDiscountLabelArray[stock.id] %}