[%- USE HTML %] [%- USE L %] [%- USE LxERP %] [%- USE T8 %]

[% title | html %]

[%- FOREACH row = ALL %] [%- END %]
[% 'Description' | $T8 %] [% 'Template Code' | $T8 %] [% 'Article Code' | $T8 %] [% 'Number Format' | $T8 %] [% 'Date Format' | $T8 %] [% 'Long Dates' | $T8 %]
[% 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') %]