<#escape x as x?xml> <#list features as feature> <#assign productionRuns = feature.productionRuns> <#if shipment?exists> Doc.E1 <#else> Doc.E0 ${uiLabelMap.CommonPage} ${uiLabelMap.ManufacturingProductionRun} <#if shipment?exists> ${uiLabelMap.ProductShipmentPlan}: ${shipment.shipmentId} <#else> ${uiLabelMap.ManufacturingPlan}: ${planName} ${uiLabelMap.ProductProductCategory}: <#if category?exists>${category.description?if_exists} ${uiLabelMap.ManufacturingPrintoutDate}: ${nowTimestamp} <#if featureType?exists>${featureType.get("description",locale)?if_exists}: <#if feature.productFeature?exists>${feature.productFeature.description?if_exists} <#if shipment?exists> ${uiLabelMap.ManufacturingEstimatedShipDate} : ${shipment.estimatedShipDate?if_exists} <#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?if_exists} ${productionRun.product.productWidth?if_exists} ${productionRun.product.internalName?if_exists} ${productionRun.productionRun.quantityToProduce?if_exists} ${productionRun.product.brandName?if_exists}