{% block stylesheets %} {% endblock %}
{% 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 %} {% if foo == 1 %}
{% endif %}
{{ article.brand.name }}
{% if article.descriptionLabel is defined and article.descriptionLabel%}
{{ article.descriptionLabel | truncate(60, true)}}
{% else %}
 
{% endif %}
{% set commonPriceArticle = articlesCheckDiscountCommondPriceArray[article.id]| number_format(2, ',', '.') %} {% if articlesCheckDiscountArray[article.id] is not defined %}
P.V.P.
{{ articlesPriceArray[article.id] }}
{% else %}
P.V.P. {{ articlesCheckPreviousArray[article.id] }}
{{ articlesCheckDiscountLabelArray[article.id] }} {{ articlesCheckDiscountArray[article.id] }}
{% endif %}
{% if foo == 6 %}
{% set foo = 1 %} {% else %} {% set foo = foo + 1 %} {% endif %} {% endfor %}