<#escape x as x?xml> <#list features as feature> <#assign productList = feature.productList> <#if showLocation == "Y"> <#if mrpName??> Doc.F0 <#else> Doc.F2 <#else> <#if mrpName??> Doc.F1 <#else> Doc.F3 ${uiLabelMap.CommonPage} ${uiLabelMap.ManufacturingPickingListFx} <#if mrpName??> ${uiLabelMap.ManufacturingPlan}: ${mrpName} <#else> ${uiLabelMap.ProductShipmentPlan}: ${shipment.shipmentId} ${uiLabelMap.ProductProductCategory}: <#if category??>${category.description!} ${uiLabelMap.ManufacturingPrintoutDate}: ${nowTimestamp} <#if featureType??>${featureType.get("description",locale)!}: <#if feature.productFeature??>${feature.productFeature.description!} <#if mrpName??> ${uiLabelMap.ManufacturingPickingPeriod} : ${mrpName!} <#else> ${uiLabelMap.ManufacturingPickingDate} : ${shipment.estimatedShipDate!} ${uiLabelMap.CommonLine} ${uiLabelMap.ProductProductId} ${uiLabelMap.CommonDescription} <#if showLocation == "Y"> ${uiLabelMap.ManufacturingQtyM2} <#else> ${uiLabelMap.CommonQuantity} <#if showLocation == "Y"> ${uiLabelMap.ManufacturingPanelNumber} <#else> ${uiLabelMap.ProductFacilityLocation} <#assign row = 0> <#list productList as product> <#assign row = row + 1> ${row} ${product.product.productId} ${product.product.internalName!} ${product.quantity} <#if showLocation == "Y"> ${product.panelQuantity!} <#else> ${product.Location!}