{% 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, 30)}}
{{ stock.article.brand.name | slice(0, 4) }}
{{ stock.article.articleModel.description | slice(0, 18) }} - {{ stock.article.articleColor.description | slice(0, 7) }}
{{ stock.article.locatorAlias }}
{{ stock.shopOwner.nameForLabels }} {% if stock.article.articleColorAssistant is not null %} {{ stock.article.articleColorAssistant.description | slice(0, 7) }} {% endif %}
{{ stock.typeSize.description }}
{{ stock.article.autoIncrement }}
{% if stock.getWebPathBarcode() %}
{{ arrayOfBarcodes[stock.id]|raw }}
{% if isLite == false %}
{{ stock.getAliasVisible1() }} -
{{ stock.getAliasVisible2() }}
{% else %}
{{ stocksHashCodes[stock.aliasLowDensity] }}
{% endif %} {% endif %}
{% if foo == numberOfLabelsPerPage %}
{% set foo = 1 %} {% else %} {% set foo = foo + 1 %} {% endif %} {% endfor %}
{% include 'CoreBundle:Default:components.html.twig' %}