{% 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.shopOwner.nameForLabels }}
{{ stock.article.locatorAlias }}
{{ stock.article.autoIncrement }}
TALLA:
{{ stock.typeSize.description }}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
PVP:
{{ stocksCheckDiscountCommondPriceArray[stock.id] | number_format(2, ',', '.')}}€
{% else %}
PVP:
{{ stocksCheckDiscountArray[stock.id] | number_format(2, ',', '.')}}€
{% endif %}
{% if stock.getWebPathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %}
{{ stock.alias }} {% if stock.shopOwner.nameForLabels != "" %} | {{ stock.shopOwner.nameForLabels }} {% endif %}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }} {% if stock.shopOwner.nameForLabels != "" %} | {{ stock.shopOwner.nameForLabels }} {% endif %}
{% endif %} {% endif %}
{% if foo == numberOfLabelsPerPage %}
{% set foo = 1 %} {% else %} {% set foo = foo + 1 %} {% endif %} {% endfor %}
{% include 'CoreBundle:Default:components.html.twig' %}