{% block stylesheets %} {% endblock %} {% for item in elements %}
ORDEN DE TRABAJO
{{ stockOptimization.alias }}
{% if item['barcode'] %}
TRASPASO ASOCIADO
{% if item['barcode'] %}
{% endif %} {% if item['alias'] %}
{{ item['alias'] }}
{% endif %} {% else %}
SIN TRASPASOS ASOCIADOS
{% endif %}
{{ group.name | upper }}
TIENDA DE SALIDA

{{ item['shopOut'].nameForLabels | upper }}

{{ item['shopOut'].name | upper }}
TIENDA DE ENTRADA

{{ item['shopIn'].nameForLabels | upper }}

{{ item['shopIn'].name | upper }}

{% if groupConfiguration.useLocatorAlias or groupConfiguration.useLocator %} {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %} {% endif %} {% for article in item['article'] %} {% set sizes = article['sizes'] %} {% set qty = article['qty'] %} {% for key,value in qty %} {% if value > 0 %} {% set number = loop.index %} {% if groupConfiguration.useLocatorAlias %} {% elseif groupConfiguration.useLocator %} {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %} {% endif %} {% endif %} {% endfor %} {% endfor %}
LOCORDCOD.ART MARCA TALLA UDS
{{ article['loc_alias'] }}{{ article['loc'] }}{{ article['ord'] }}{{ article['cod-art'] }} {{ (article['brand'] | upper) | truncate(8, false, '') }} {{ sizes[number-1] }} {{ value }}
TOTAL: {{ article['pairs'] }}

TOTAL: {{ item['total_pairs'] }}
{% endfor %}