{% 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.getSeason().getAlias() }}-{% if stock.article.getCategory() %}{{ stock.article.getCategory().getDescription() }} {% endif %}-{{ stock.article.autoIncrement }}
{{ stock.article.getDescriptionLabel() }}
{% if stock.article.articleModel is not null %}{{ stock.article.articleModel.description }}{% endif %}
{% if stock.article.dealer is not null %}{{ stock.article.dealer.name }}{% endif %}
{% if stocksCheckDiscountArray[stock.id] is not defined %} {% set zero = stocksCheckDiscountCommondPriceArray[stock.id] %}
PVP {{ zero }}€
{% else %} {% set zero = stocksCheckDiscountLabelArray[stock.id] %}
PVP {{ zero }}
€
{% endif %}
{% if stock.article.articleColor is not null %} {{ stock.article.articleColor.description }}{% endif %}
{% if stock.article.filename != "clac-clac-placeholder.png" %}
{% endif %}
{% if stock.getAbsolutePathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %}
{{ stock.alias }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %} {% endif %}
{{ stock.typeSize.description }}
{% 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' %}