{% block stylesheets %} {% endblock %}
{% for item in elements %}{{ main_loop }} | {% if groupConfiguration.useLocatorAlias or groupConfiguration.useLocator %}LOC | {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %}ORD | {% endif %}COD.ART | MARCA | |
{% if groupConfiguration.useLocatorAlias %} | {{ article['loc_alias'] }} | {% elseif groupConfiguration.useLocator %}{{ article['loc'] }} | {% endif %} {% if groupConfiguration.showAutoincrementNumberForArticle %}{{ article['ord'] }} | {% endif %}{{ article['cod-art'] }} | {{ (article['brand'] | upper) | truncate(10, false, '') }} |
{{ value }} | {% endfor %}UDS | {% set qty = article['qty'] %} {% for key,value in qty %}{% if value == 0 %} {% else %} {{ value }} {% endif %} | {% endfor %}{{ article['pairs'] }} |
TOTAL: {{ item['total_pairs'] }} |