{% block stylesheets %} {% endblock %}
TRASPASO
{{ transfer.alias }}
{{ group.name | upper }}
{% if transfer.stockOptimization %} ORDEN DE TRABAJO {{ transfer.stockOptimization.typeWorkingOrder.description | upper }} {% elseif transfer.reception %} RECEPCIƓN {% else %} {{ transfer.typeTransfer.description | upper }} {% endif %}
TIENDA DE SALIDA

{{ shopOut.nameForLabels | upper }}

{{ shopOut.address | upper }}
TIENDA DE ENTRADA

{{ shopIn.nameForLabels | upper }}

{{ shopIn.address | upper }}
{% if transfer.observations %}
OBSERVACIONES: {{ transfer.observations }}
{% endif %} {% set main_loop = 0 %}
{% for article in elements %}
{% 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: {{ total_pairs }}