<#escape x as x?xml> <#list features as feature> <#assign productionRuns = feature.productionRuns> <#if shipment??> Doc.E1 <#else> Doc.E0 ${uiLabelMap.CommonPage} ${uiLabelMap.ManufacturingProductionRun} <#if shipment??> ${uiLabelMap.ProductShipmentPlan}: ${shipment.shipmentId} <#else> ${uiLabelMap.ManufacturingPlan}: ${planName} ${uiLabelMap.ProductProductCategory}: <#if category??>${category.description!} ${uiLabelMap.ManufacturingPrintoutDate}: ${nowTimestamp} <#if featureType??>${featureType.get("description",locale)!}: <#if feature.productFeature??>${feature.productFeature.description!} <#if shipment??> ${uiLabelMap.ManufacturingEstimatedShipDate} : ${shipment.estimatedShipDate!} <#else> ${uiLabelMap.ManufacturingPickingPeriod} : ${mrpName} ${uiLabelMap.CommonLine} ${uiLabelMap.ManufacturingProductionRunId} ${uiLabelMap.ProductProductId} ${uiLabelMap.ProductProductHeight} ${uiLabelMap.ProductProductWidth} ${uiLabelMap.CommonDescription} ${uiLabelMap.CommonQuantity} ${uiLabelMap.ManufacturingProductBrandName} <#assign row = 0> <#list productionRuns as productionRun> <#assign row = row + 1> ${row} ${productionRun.productionRun.workEffortId} ${productionRun.product.productId} ${productionRun.product.productHeight!} ${productionRun.product.productWidth!} ${productionRun.product.internalName!} ${productionRun.productionRun.quantityToProduce!} ${productionRun.product.brandName!}