6 <th class=listtop>[% 'Pricegroup' | $T8 %]</th>
15 <tr class=listheading>
16 <th class=listheading width=90%>[% 'Pricegroup' | $T8 %]</th>
18 [%- FOREACH row = item_list %]
19 <tr valign=top class="listrow[% loop.count % 2 %]">
20 <td><a href="[% editlink %]&id=[% row.id %]">[% row.pricegroup %]</a></td>
27 <td><hr size=3 noshade></td>
32 <form method=post action="[% script %]">
33 <input name=callback type=hidden value="[% callback | html %]">
34 <input type=hidden name=type value="[% type %]">
35 <input class=submit type=submit name=action value="[% 'Add' | $T8 %]">