<#escape x as x?xml> <#if productionRuns??> <#list productionRuns as productionRun> <#assign componentList = productionRun.componentList> Doc.G ${uiLabelMap.CommonPage} ${uiLabelMap.ManufacturingHardware} ${productionRun.product.internalName} ${uiLabelMap.OrderOrderId}: ${productionRun.productionRunOrder.orderId} ${uiLabelMap.ManufacturingEstimatedCompletionDate}: ${Static["org.apache.ofbiz.base.util.UtilDateTime"].nowDateString("dd/MM/yyyy")} ${uiLabelMap.PartyParty}: ${productionRun.customer.partyId} - ${productionRun.customer.firstName} - ${productionRun.address.city} ${uiLabelMap.FormFieldTitle_effectiveDate}: ___________________ ${uiLabelMap.ManufacturingRequester} : __________________ ${uiLabelMap.CommonApproved} : __________________ ${uiLabelMap.CommonLine} ${uiLabelMap.ProductProductId} ${uiLabelMap.CommonDescription} ${uiLabelMap.CommonUom} ${uiLabelMap.CommonQuantity} ${uiLabelMap.ManufacturingReleased} <#assign row = 0> <#list componentList as product> <#assign row = row + 1> ${row} ${product.componentProduct.productId} ${product.componentProduct.internalName!} ${product.componentProduct.quantityUomId!} ${product.component.estimatedQuantity}