{% 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 stock in stocks %} {% if foo == 1 %}
{% endif %}
{{ stock.article.getDescriptionLabel()}}
{{ stock.article.articleModel.description | slice(0, 8) }} {{ stock.article.articleColor.description | slice(0, 8) }}
{{ stock.article.season.alias }}
{{ stock.article.locatorAlias }}
{{ stock.shopOwner.nameForLabels }} - {% if stocksCheckDiscountArray[stock.id] is not defined %}
{{ stocksCheckDiscountCommondPriceArray[stock.id] | number_format(2, ',', '.')}}€
{% else %}
{{ stocksCheckDiscountArray[stock.id] | number_format(2, ',', '.')}}€
{% endif %}
{{ stock.typeSize.description }}
{{ stock.article.autoIncrement }}
{% if stock.getWebPathBarcode() %}
{{ stock.alias }}
{% endif %}
{% for i in 1..2 %}
{{ stock.article.locatorAlias }}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
P.V.P
{% else %}
{{ stocksCheckDiscountLabelArray[stock.id] }}
{% endif %}
{{ stock.article.autoIncrement }}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
{{ stocksCheckDiscountCommondPriceArray[stock.id] | number_format(2, ',', '.')}}
€
{% else %}
{{ stocksCheckDiscountArray[stock.id] | number_format(2, ',', '.')}}
€
{% endif %}
{% if stock.getWebPathBarcode() %}
{% endif %}
{% endfor %}
{% if foo == numberOfLabelsPerPage %}
{% set foo = 1 %} {% else %} {% set foo = foo + 1 %} {% endif %} {% endfor %}