<#escape x as x?xml> <#list productionRuns as productionRun> Doc.D ${uiLabelMap.ManufacturingProductionRun}: ${productionRun.productionRun.workEffortId}: ${uiLabelMap.OrderOrderId} ${productionRun.productionRunOrder.orderId} ${uiLabelMap.ManufacturingDestination}: ${productionRun.address.address1} - ${productionRun.address.city}: ${uiLabelMap.PartyParty} ${productionRun.customer.firstName}: ${uiLabelMap.ManufacturingReference} : ${uiLabelMap.ManufacturingReference} : ${uiLabelMap.ProductShipmentPlan}: ${productionRun.plan} ${uiLabelMap.ManufacturingModel} : ${productionRun.product.brandName!} ${productionRun.product.productId} ${productionRun.product.internalName!} ${productionRun.product.productHeight?default("---")} x ${productionRun.product.productWidth?default("---")} ${productionRun.location!} ${uiLabelMap.ManufacturingPrintoutDate} : ${Static["org.apache.ofbiz.base.util.UtilDateTime"].nowDateString("dd/MM/yyyy")} ${uiLabelMap.ManufacturingCompletionDate} : ${Static["org.apache.ofbiz.base.util.UtilDateTime"].toDateString(productionRun.productionRun.estimatedCompletionDate, "dd/MM/yyyy")}