<#escape x as x?xml> <#list features as feature> <#assign productList = feature.productList> <#if showLocation == "Y"> <#if mrpName?exists> Doc.F0 <#else> Doc.F2 <#else> <#if mrpName?exists> Doc.F1 <#else> Doc.F3 ${uiLabelMap.CommonPage} ${uiLabelMap.ManufacturingPickingListFx} <#if mrpName?exists> ${uiLabelMap.ManufacturingPlan}: ${mrpName} <#else> ${uiLabelMap.ProductShipmentPlan}: ${shipment.shipmentId} ${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 mrpName?exists> ${uiLabelMap.ManufacturingPickingPeriod} : ${mrpName?if_exists} <#else> ${uiLabelMap.ManufacturingPickingDate} : ${shipment.estimatedShipDate?if_exists} ${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?if_exists} ${product.quantity} <#if showLocation == "Y"> ${product.panelQuantity?if_exists} <#else> ${product.Location?if_exists}