| Mockup | Produkt | Wariant platformy | Project | Wariant produkcyjny | SKU platformy | {% if selected_provider %}SKU {{ selected_provider.name }} | {% endif %}POD ART front/back | Personalizacja | Status |
|---|---|---|---|---|---|---|---|---|---|
| {% include 'sales_order/_mockup_thumbnail.html.twig' with {order: row.order, item: item, mockup: item_view.mockup, compact: true, allow_private: can_mockup_download} only %} {{ item_view.mockup.statusLabel }} | {{ item.name }}Ilość: {{ item.quantity }} | {{ item.variantLabel ?: '—' }} | {{ item.project ? item.project.name : '—' }} | {{ item.projectProductionVariant ? item.projectProductionVariant.displayLabel : '—' }} | {{ item_view.platformSku ?: '—' }} | {% if selected_provider %} {% set sku = item_view.providerSkus[selected_provider.id]|default(null) %}{{ sku and sku.resolved ? sku.sku : 'Brak' }} | {% endif %}
{% for placement in ['front', 'back'] %}
{% set art = attribute(item_view.artwork, placement) %}
{% include 'sales_order/_artwork_thumbnail.html.twig' with {order: row.order, item: item, art: art, placement: placement, compact: true} only %}
{% endfor %}
|
{% if item_view.personalization is not empty %}
Pokaż{{ item_view.personalization|json_encode(constant('JSON_PRETTY_PRINT')) }} |
{{ item.mappingStatus }} |