{% block stylesheets %} {% endblock %}
{% for item in elements %}{% if groupConfiguration.useLocatorAlias %} | LOC | {% elseif groupConfiguration.useLocator %}LOC | {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %}ORD | {% endif %}COD-ART | {% set sizes = article['sizes'] %} {% for key,value in sizes %}{{ value }} | {% endfor %}MARCA | STOCKS | FAB.MOD | COLOR | {% if valoration %}P.COSTE | P.COSTE TOTAL | {% endif %}
{{ main_loop }} | {% if groupConfiguration.useLocatorAlias %}{{ article['loc_alias'] }} | {% elseif groupConfiguration.useLocator %}{{ article['loc'] }} | {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %}{{ article['ord'] }} | {% endif %}{{ article['cod-art'] }} | {% set qty = article['qty'] %} {% for key,value in qty %}{% if value == 0 %} {% else %} {{ value }} {% endif %} | {% endfor %}{{ article['brand'] | upper }} | {{ article['pairs'] }} | {{ article['fab_mod'] }} | {{ article['color'] | upper }} | {% if valoration %}{{ article['cost_price'] | number_format(2, ",", '.') }}€ | {{ article['total'] | number_format(2, ",", '.') }}€ | {% endif %}
TOTALES: | {{ item['total_pairs'] }} stocks | {% if valoration %}Importe distribución: {{ item['totalTransfer'] | number_format(2, ",", '.') }}€ | {% endif %}