{% 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() }}
{% if stock.article.filename != "clac-clac-placeholder.png" %} {% 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 %}

{{ stock.typeSize.description }}
{% if stock.article.articleProperty %}
{{ stock.article.articleProperty.property1 }} / {{ stock.article.articleProperty.property2 }} / {{ stock.article.articleProperty.property3 }} / {{ stock.article.articleProperty.property4 }} / {{ stock.article.articleProperty.property5 }}
{% endif %}
{% if stock.getAbsolutePathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% endif %}
{% if stock.getAbsolutePathBarcode() %} {% if isLite == false %}
{{ stock.getalias }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %} {% 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 foo == numberOfLabelsPerPage %}
{% set foo = 1 %} {% else %} {% set foo = foo + 1 %} {% endif %} {% endfor %}
{% include 'CoreBundle:Default:components.html.twig' %} {% include 'CoreBundle:Default:style-pdf.html.twig' %}