{% 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 }}
{% set main_loop = 0 %}
{% for article in item['article'] %}
{% set main_loop = main_loop + 1 %} {% if groupConfiguration.useLocatorAlias or groupConfiguration.useLocator %} {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %} {% endif %} {% if groupConfiguration.useLocatorAlias %} {% elseif groupConfiguration.useLocator %} {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %} {% endif %}
{{ main_loop }}LOCORDCOD.ART MARCA
{{ article['loc_alias'] }}{{ article['loc'] }}{{ article['ord'] }}{{ article['cod-art'] }} {{ (article['brand'] | upper) | truncate(10, false, '') }}
{% set sizes = article['sizes'] %} {% for key,value in sizes %} {% endfor %} {% set qty = article['qty'] %} {% for key,value in qty %} {% endfor %}
{{ value }}UDS
{% if value == 0 %}   {% else %} {{ value }} {% endif %} {{ article['pairs'] }}
{% endfor %}
TOTAL: {{ item['total_pairs'] }}
{% endfor %}