{% 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.typeSize.description }}
{{ stock.article.ref }}
{{ stock.article.brand.name }}
{{ stock.article.articleModel.description }}
{{ stock.article.articleColor.description }}
{% if stock.getAbsolutePathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %}
{{ stock.alias }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %} {% endif %}
PVP
{{ stocksCheckDiscountCommondPriceArray[stock.id] | number_format(2, ',', '.')}}€
{% if stocksCheckDiscountArray[stock.id] is defined %}
AHORA
{{ stocksCheckDiscountArray[stock.id] | number_format(2, ',', '.')}}€
{% 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' %}