{% 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 %}
{{ stock.article.autoIncrement }}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
{% set zero = stocksCheckDiscountCommondPriceArray[stock.id] %}
PVP {{ zero }}€
{% else %}
{% set zero = stocksCheckDiscountLabelArray[stock.id] %}
PVP {{ zero }}€
{% endif %}