[% FOREACH shipmentcost IN shipmentcosts %]
<tr>
<td></td>
<td colspan="8">Shipment cost for invoice [% shipmentcost.invoicenumber %]</td>
<td colspan="8">Shipping cost for invoice [% shipmentcost.invoicenumber %]</td>
<td class="total">[% shipmentcost.shipmentcost %]</td>
</tr>
[% END %]
-