9 <th class="listheading">[% 'Preisklasse' | $T8 %]</th>
10 <th class="listheading">[% 'Preis' | $T8 %]</th>
12 [%- FOREACH row = PRICES %]
13 <tr class="listrow[% loop.count % 2 %]">
14 <td width=50%><input type=hidden name="pricegroup_[% loop.count %]" size=30 value="[% HTML.escape(row.pricegroup) %]">[% HTML.escape(row.pricegroup) %]</td>
15 <td width=50%><input name="price_[% loop.count %]" size=11 value="[% LxERP.format_amount(row.price, 2) %]"></td>
16 <input type="hidden" name="pricegroup_id_[% loop.count %]" value="[% HTML.escape(row.pricegroup_id) %]">