7 <table id="multi_items" class="tbl-list">
10 <th>[% 'for all' | $T8 %]</th>
11 <th>[% L.input_tag("multi_items.all_qty", '', size=5, class='numeric wi-verysmall') %]</th>
16 <th>[% 'Qty' | $T8 %]</th>
17 <th>[% 'Unit' | $T8 %]</th>
18 <th>[% 'Article' | $T8 %]</th>
19 <th>[% 'Sellprice' | $T8 %]</th>
20 <th>[% 'Partsgroup' | $T8 %]</th>
24 [% FOREACH item = multi_items %]
28 [% L.hidden_tag("add_items[+].parts_id", item.id) %]
29 [% L.input_tag("add_items[].qty_as_number", '', size=5, class = 'multi_items_qty numeric wi-verysmall') %]
31 <td>[% HTML.escape(item.unit) %]</td>
32 <td>[% item.presenter.part %] [% HTML.escape(item.description) %]</td>
33 <td class="numeric">[% HTML.escape(item.sellprice_as_number) %]</td>
34 <td class="numeric">[% HTML.escape(item.partsgroup.partsgroup) %]</td>