<table align="center" border=".5" class="itemtable" style="margin-top:10px;width:100%;"><!-- start items --><#list record.item as item><#if item_index==0>
<thead>
<tr>
<th colspan="4" style="width: 138px;">${item.item@label}</th>
<th style="width: 92px;">${item.custcol_bit_line_comment@label}</th>
<th style="width: 58px;">${item.quantity@label}</th>
<th style="width: 40px;">${item.units@label}</th>
<th style="width: 78px;">${item.quantitycommitted@label}</th>
<th style="width: 45px;"><P align="center">Qty<br />Picked</P></th>
<th style="width: 75px;"><p align="center">Quantity<br />BO</p></th>
<th style="width: 48px;"><P align="center">${item.custcol_bit_line_total_weight@label}</P></th>
<th style="width: 101px;">${item.location@label}</th>
</tr>
</thead>
</#if><#if location == item.location>
<#if location = item.location><#if item.custcol_notcomponent?string == "Yes" && item.itemtype=="Kit"><tr>
<td colspan="4" style="width: 158px;"><span class="itemname" >${item.item}</span><br />${item.custcol_bit_salesdescription}<br /><span class="itemname">
<#if item.custcol_scm_customerpartnumber?has_content>Customer #: ${item.custcol_scm_customerpartnumber}</#if></span></td>
<td style="width: 92px; font-weight: bold;">${item.custcol_bit_line_comment}</td>
<td style="width: 58px; font-weight: bold;">${item.quantity}</td>
<td style="width: 40px; font-weight: bold;">${item.units}</td>
<td style="width: 78px; font-weight: bold;">${item.quantitycommitted}</td>
<td style="width: 45px; background-color: rgb(255, 255, 204);"> </td>
<td style="width: 75px; font-weight: bold;">${item.quantitybackordered}</td>
<td style="width: 48px; font-weight: bold;"><P align="center">${item.custcol_bit_line_total_weight}</P></td>
<td style="width: 101px; font-weight: bold;">${item.location}</td>
</tr></#if>
<#if item.custcol_notcomponent?string == "No">
<tr>
<td colspan="4" style="width: 158px;"><span class="kititemname" style=" padding-left:10px; color:rgb(105,105,105)">${item.item}</span><br />${item.custcol_bit_salesdescription}<br /><span class="itemname">
<#if item.custcol_scm_customerpartnumber?has_content>Customer #: ${item.custcol_scm_customerpartnumber}</#if></span></td>
<td style="width: 92px; color:rgb(105,105,105)">${item.custcol_bit_line_comment}</td>
<td style="width: 58px; color:rgb(105,105,105)">${item.quantity}</td>
<td style="width: 40px; color:rgb(105,105,105)">${item.units}</td>
<td style="width: 78px;color:rgb(105,105,105)">${item.quantitycommitted}</td>
<td style="width: 45px; background-color: rgb(255, 255, 204);"> </td>
<td style="width: 75px; color:rgb(105,105,105)">${item.quantitybackordered}</td>
<td style="width: 48px; color:rgb(105,105,105)"><P align="center">${item.custcol_bit_line_total_weight}</P></td>
<td style="width: 101px; color:rgb(105,105,105)">${item.location}</td>
</tr>
</#if>
<#if item.custcol_notcomponent?string == "Yes" && item.itemtype != "Kit">
<tr>
<td colspan="4" style="width: 158px;"><span class="otheritemname">${item.item}</span><br />${item.custcol_bit_salesdescription}<br /><span class="itemname">
<#if item.custcol_scm_customerpartnumber?has_content>Customer #: ${item.custcol_scm_customerpartnumber}</#if></span></td>
<td style="width: 92px;">${item.custcol_bit_line_comment}</td>
<td style="width: 58px;">${item.quantity}</td>
<td style="width: 40px;">${item.units}</td>
<td style="width: 78px;">${item.quantitycommitted}</td>
<td style="width: 45px; background-color: rgb(255, 255, 204);"> </td>
<td style="width: 75px;">${item.quantitybackordered}</td>
<td style="width: 48px;"><P align="center">${item.custcol_bit_line_total_weight}</P></td>
<td style="width: 101px;">${item.location}</td>
</tr>
</#if>
</#if></#if></#list><!-- end items --></table>