| [% row.description %] | 
         [% row.template_code | html %] | 
         [% row.article_code | html %] | 
         [% row.output_numberformat ? row.output_numberformat : LxERP.t8('use program settings') | html %] | 
         [% row.output_dateformat   ? row.output_dateformat   : LxERP.t8('use program settings') | html %] | 
         [% row.output_longdates    ? LxERP.t8('Yes')         : LxERP.t8('No') %] | 
[%- END %]