<body bgcolor=ffffff> <table width="100%"> <tr> <td width=10> </td> <td> <table width="100%"> <tr> <td> <h4> <?lsmb company ?> <br><?lsmb address ?> </h4> </td> <th colspan=2> <h4 align=center>P A C K I N G L I S T</h4> </th> </tr> </table> <table width=100% callspacing=0 cellpadding=0> <tr> <td align=right> <table> <tr> <th align=right>Date</th><td width=10> </td><td><?lsmb invdate ?></td> </tr> <tr> <th align=right>Number</th><td></td><td><?lsmb invnumber ?></td></tr> </tr> <tr> <td> </td> </tr> </td> </table> </tr> <tr> <td> <table width="100%"> <tr bgcolor=000000> <th align=left><font color=ffffff>Ship To:</th> </tr> <tr> <td><?lsmb shiptoname ?> <br><?lsmb shiptoaddr1 ?> <br><?lsmb shiptoaddr2 ?> <br><?lsmb shiptoaddr3 ?> <br><?lsmb shiptoaddr4 ?> <?lsmb if shiptocontact ?> <p>Attn: <?lsmb shiptocontact ?> <?lsmb end shiptocontact ?> </td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> <tr> <td> <table width="100%"> <tr bgcolor=000000> <th align=left><font color=ffffff>Number</th> <th align=left><font color=ffffff>Description</th> <th><font color=ffffff>Qt'y</th> <th> </th> </tr> <?lsmb foreach number ?> <tr valign=top> <td><?lsmb number ?></td> <td><?lsmb description ?></td> <td align=right><?lsmb qty ?></td> <td><?lsmb unit ?></td> </tr> <?lsmb end number ?> <tr> <td colspan=4><hr noshade></td> </tr> </table> </td> </tr> <tr> <td> <table width="100%"> <tr valign=top> <?lsmb if notes ?> <td>Notes</td> <td><pre><?lsmb notes ?></pre></td> <?lsmb end notes ?> <td align=right> <?lsmb shippingpoint ?> </td> </tr> </table> </td> </tr> <tr> <td> <table width="100%"> <tr valign=top> <td><font size=-3> Items returned are subject to a 10% restocking charge. A return authorization must be obtained from <?lsmb company ?> before goods are returned. Returns must be shipped prepaid and properly insured. <?lsmb company ?> will not be responsible for damages during transit. </font> </td> <td width=150> X <hr noshade> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>