{% block stylesheets %} {% endblock %} {% for item in elements %}

ORDEN POR ARTÍCULO {{ stockOptimization.alias }}

{% if item['barcode'] %}
TRASPASO ASOCIADO
{% if item['barcode'] %}
{% endif %} {% if item['alias'] %}
{{ item['alias'] }}
{% endif %} {% else %}
SIN TRASPASOS ASOCIADOS
{% endif %}
TIENDA DE SALIDA
{{ item['shopOut'].name | upper }}

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

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

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

{% set main_loop = 0 %}
{% for article in item['article'] %} {% if groupConfiguration.useLocatorAlias %} {% elseif groupConfiguration.useLocator %} {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %} {% endif %} {% set sizes = article['sizes'] %} {% for key,value in sizes %} {% endfor %} {% if valoration %} {% endif %} {% set main_loop = main_loop + 1 %} {% if groupConfiguration.useLocatorAlias %} {% elseif groupConfiguration.useLocator %} {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %} {% endif %} {% set qty = article['qty'] %} {% for key,value in qty %} {% endfor %} {% if valoration %} {% endif %}
LOCLOCORDCOD-ART{{ value }}MARCA STOCKS FAB.MOD COLORP.COSTE P.COSTE TOTAL
{{ main_loop }}{{ article['loc_alias'] }}{{ article['loc'] }}{{ article['ord'] }}{{ article['cod-art'] }} {% if value == 0 %}   {% else %} {{ value }} {% endif %} {{ article['brand'] | upper }} {{ article['pairs'] }} {{ article['fab_mod'] }} {{ article['color'] | upper }}{{ article['cost_price'] | number_format(2, ",", '.') }}€ {{ article['total'] | number_format(2, ",", '.') }}€
{% endfor %}
{% if valoration %} {% endif %}
{% endfor %}