[% USE L %] [% USE LxERP %] [% USE P %] [% USE T8 %] [%- IF items.size > 0 %] [%- FOREACH item = items %] [%- END %]
[% 'Position' | $T8 %] [% 'Partnumber' | $T8 %] [% 'Description' | $T8 %] [% 'Qty' | $T8 %] [% 'Unit' | $T8 %]
[% P.escape(item.position) %] [% P.escape(item.part.partnumber) %] [% P.escape(item.description) %] [% P.escape(item.qty_as_number) %] [% P.escape(item.unit) %]
[%- IF items.size > 1 %] … ⏷ [%- END %] [%- END %]