| 
    [% HTML.escape(item.partnumber) %] | 
    [% HTML.escape(item.description) %] | 
    [% HTML.escape(item.matches).join(' ') %] | 
    [% LxERP.format_amount(item.display_sellprice, 2) %] | 
    [%- IF IS_PURCHASE %]
     [% LxERP.format_amount(item.rop, '') %] | 
    [%- END %]
    [% LxERP.format_amount(item.onhand, '') %] | 
    [% HTML.escape(item.unit) %] | 
   
   [%- END %]