{% 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 %}
{% if stocksCheckDiscountArray[stock.id] is not defined %}
{% if stock.getAbsolutePathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %}
{{ stock.alias }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %} {% endif %}
{% if stock.article.ref | length > 17 %} {{ stock.article.ref | truncate(14, false, '...') }} {% else %} {{ stock.article.ref }} {% endif %}
{{ stock.typeSize.description }}
| PVP:
{{ stocksCheckDiscountCommondPriceArray[stock.id] | number_format(2, ',', '.')}}€
{{ stock.article.articleModel.description | slice(0, 23) }}
{% else %}
{% if stock.getAbsolutePathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %}
{{ stock.alias }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %} {% endif %}
{% if stock.article.ref | length > 17 %} {{ stock.article.ref | truncate(14, false, '...') }} {% else %} {{ stock.article.ref }} {% endif %}
|
{{ stock.typeSize.description }}
AHORA:
{{ stocksCheckDiscountArray[stock.id] | number_format(2, ',', '.')}}€
PVP:
{{ stocksCheckDiscountCommondPriceArray[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' %}