{% 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 article in articles %}
{% for i in 1..numberOfLabelsToPrint %}
{% if foo == 1 %}
{% endif %}
{{ article.getalias }}
{% if article.articleModel is not null %}{{ article.articleModel.description | slice(0, 9) }}{% endif %}
{% if article.articleColor is not null %}{{ article.articleColor.description | slice(0, 9) }}{% endif %}
{% if articlesCheckDiscountArray[article.id] is not defined %}