{% 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 | slice(0,20) }}
{{ stock.article.locatorAlias }}-{{ stock.article.autoIncrement }}
{{ stock.article.articleModel.description | slice(0,10) }} {{ stock.article.articleColor.description | slice(0,10) }}
{{ stock.typeSize.description }}
PVP
{% if stocksCheckDiscountArray[stock.id] is not defined %} {% set zero = stocksCheckDiscountCommondPriceArray[stock.id] %}
{{ zero }}€
{% else %} {% set zero = stocksCheckDiscountLabelArray[stock.id] %}
{{ zero }}
€
{% endif %}
{% if stock.getWebPathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %} {{ stock.getAliasVisible1() }} -
{{ stock.getAliasVisible2() }}
{% if stock.shopOwner.nameForLabels != "" %} | {{ stock.shopOwner.nameForLabels | slice(0,3) }} {% endif %} {% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% if stock.shopOwner.nameForLabels != "" %} | {{ stock.shopOwner.nameForLabels | slice(0,3) }} {% endif %} {% endif %}
{% 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' %}