-
{% for pallet in palletlist %}
{% if pallet.bc == "CUSTOM00000001" %}
{% else %}
-
{% if pallet.immagini|length > 0 %}
{% else %}
{% endif %}
{% if pallet.pdf|length > 0 %}{{ pallet.nome }}
{{ pallet.bc }} {% for pdf in pallet.pdf %} {% endfor %}
{% else %}{{ pallet.nome }}
{{ pallet.bc }}
{% endif %}{{ pallet.label }}
{{ 'Kg'|trans }} {{ pallet.pkg }} | {{ pallet.l_cm }} x {{ pallet.w_cm }} - H {{ pallet.h_cm }}{{ '[cm]'|trans }}
{% endif %}
{% endfor %}