<#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

<#if picklistInfoList?has_content> <#list picklistInfoList as picklistInfo> <#assign picklist = picklistInfo.picklist> <#-- Picklist -->
${uiLabelMap.ProductPickList} ${picklist.picklistId} ${uiLabelMap.CommonDate} ${picklist.picklistDate}
${uiLabelMap.ProductCreatedModifiedBy} ${picklist.createdByUserLogin}/${picklist.lastModifiedByUserLogin} ${uiLabelMap.ProductPick}/${uiLabelMap.ProductPacking} ${uiLabelMap.CommonReports}
<#if picklistInfo.shipmentMethodType?has_content>
${uiLabelMap.CommonFor} ${uiLabelMap.ProductShipmentMethodType} ${picklistInfo.shipmentMethodType.description?default(picklistInfo.shipmentMethodType.shipmentMethodTypeId)}
<#-- PicklistRole --> <#list picklistInfo.picklistRoleInfoList! as picklistRoleInfo>
${uiLabelMap.PartyParty} ${picklistRoleInfo.partyNameView.firstName!} ${picklistRoleInfo.partyNameView.middleName!} ${picklistRoleInfo.partyNameView.lastName!} ${picklistRoleInfo.partyNameView.groupName!} ${uiLabelMap.PartyRole} ${picklistRoleInfo.roleType.description} ${uiLabelMap.CommonFrom} ${picklistRoleInfo.picklistRole.fromDate} <#if picklistRoleInfo.picklistRole.thruDate??>${uiLabelMap.CommonThru} ${picklistRoleInfo.picklistRole.thruDate}
${uiLabelMap.ProductAssignPicker}
<#-- PicklistStatusHistory --> <#list picklistInfo.picklistStatusHistoryInfoList! as picklistStatusHistoryInfo>
${uiLabelMap.CommonStatus} ${uiLabelMap.CommonChange} ${uiLabelMap.CommonFrom} ${picklistStatusHistoryInfo.statusItem.get("description",locale)} ${uiLabelMap.CommonTo} ${picklistStatusHistoryInfo.statusItemTo.description} ${uiLabelMap.CommonOn} ${picklistStatusHistoryInfo.picklistStatusHistory.changeDate} ${uiLabelMap.CommonBy} ${picklistStatusHistoryInfo.picklistStatusHistory.changeUserLoginId}

<#-- PicklistBin --> <#list picklistInfo.picklistBinInfoList! as picklistBinInfo> <#assign isBinComplete = Static["org.apache.ofbiz.shipment.picklist.PickListServices"].isBinComplete(delegator, picklistBinInfo.picklistBin.picklistBinId)/> <#if (!isBinComplete)>
${uiLabelMap.ProductBinNum} ${picklistBinInfo.picklistBin.binLocationNumber} (${picklistBinInfo.picklistBin.picklistBinId}) <#if picklistBinInfo.primaryOrderHeader??>${uiLabelMap.ProductPrimaryOrderId} ${picklistBinInfo.primaryOrderHeader.orderId} <#if picklistBinInfo.primaryOrderItemShipGroup??>${uiLabelMap.ProductPrimaryShipGroupSeqId} ${picklistBinInfo.primaryOrderItemShipGroup.shipGroupSeqId} <#if !picklistBinInfo.picklistItemInfoList?has_content>${uiLabelMap.CommonDelete}
${uiLabelMap.CommonUpdate} ${uiLabelMap.ProductBinNum}
${uiLabelMap.ProductLocation} ${uiLabelMap.CommonNbr} ${uiLabelMap.PageTitlePickList}
<#if picklistBinInfo.picklistItemInfoList?has_content>
<#assign alt_row = false> <#list picklistBinInfo.picklistItemInfoList! as picklistItemInfo> <#assign picklistItem = picklistItemInfo.picklistItem> <#assign inventoryItemAndLocation = picklistItemInfo.inventoryItemAndLocation> class="alternate-row"> <#if !picklistItemInfo.itemIssuanceList?has_content> <#-- toggle the row color --> <#assign alt_row = !alt_row>
${uiLabelMap.ProductOrderId} ${uiLabelMap.ProductOrderShipGroupId} ${uiLabelMap.ProductOrderItem} ${uiLabelMap.ProductProduct} ${uiLabelMap.ProductInventoryItem} ${uiLabelMap.ProductLocation} ${uiLabelMap.ProductQuantity}  
${picklistItem.orderId} ${picklistItem.shipGroupSeqId} ${picklistItem.orderItemSeqId} ${picklistItemInfo.orderItem.productId}<#if picklistItemInfo.orderItem.productId != inventoryItemAndLocation.productId> [${inventoryItemAndLocation.productId}] ${inventoryItemAndLocation.inventoryItemId} ${inventoryItemAndLocation.areaId!}-${inventoryItemAndLocation.aisleId!}-${inventoryItemAndLocation.sectionId!}-${inventoryItemAndLocation.levelId!}-${inventoryItemAndLocation.positionId!} ${picklistItem.quantity}
 ${uiLabelMap.CommonDelete} 
<#-- picklistItem.orderItemShipGrpInvRes (do we want to display any of this info?) --> <#-- picklistItemInfo.itemIssuanceList --> <#list picklistItemInfo.itemIssuanceList! as itemIssuance> ${uiLabelMap.ProductIssue} ${uiLabelMap.CommonTo} ${uiLabelMap.ProductShipmentItemSeqId}: ${itemIssuance.shipmentId}:${itemIssuance.shipmentItemSeqId} ${uiLabelMap.ProductQuantity}: ${itemIssuance.quantity} ${uiLabelMap.CommonDate}: ${itemIssuance.issuedDateTime}
<#if picklistBinInfo.productStore.managedByLot?? && picklistBinInfo.productStore.managedByLot = "Y">
${uiLabelMap.ProductOrderId} <#assign alt_row = false> <#list picklistBinInfo.picklistItemInfoList! as picklistItemInfo> <#assign picklistItem = picklistItemInfo.picklistItem> <#assign inventoryItemAndLocation = picklistItemInfo.inventoryItemAndLocation> <#if !picklistItemInfo.product.lotIdFilledIn?has_content || picklistItemInfo.product.lotIdFilledIn != "Forbidden"> class="alternate-row"> <#-- toggle the row color --> <#assign alt_row = !alt_row>
${uiLabelMap.ProductOrderShipGroupId} ${uiLabelMap.ProductOrderItem} ${uiLabelMap.ProductProduct} ${uiLabelMap.ProductInventoryItem} ${uiLabelMap.ProductLotId} ${uiLabelMap.ProductQuantity}  
${picklistItem.orderId} ${picklistItem.shipGroupSeqId} ${picklistItem.orderItemSeqId} ${picklistItemInfo.orderItem.productId}<#if picklistItemInfo.orderItem.productId != inventoryItemAndLocation.productId> [${inventoryItemAndLocation.productId}] ${inventoryItemAndLocation.inventoryItemId} value="${inventoryItemAndLocation.lotId}" /> <#if inventoryItemAndLocation.lotId?has_content>  ${uiLabelMap.CommonEdit} 
<#if picklistInfo_has_next>
<#else>

${uiLabelMap.ProductNoPicksStarted}.