{% extends 'base_admin.html.twig' %} {% block body %}
| Tracking box {{ box.boxNumber }} | {% endfor %}
|---|
| {% endfor %} |
| Sku | Quantity | {% for box in order.shipmentBoxes %}Quantity in box {{ box.boxNumber }} | {% endfor %}
|---|---|---|
| {{ line.product.sku }} | {{ line.quantity }} | {% for lineBox in line.shipmentLineBoxes %}{% endfor %} |