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

[% title | html %]

[% 'Language' | $T8 %]
[% 'Template Code' | $T8 %]
[% 'Article Code' | $T8 %]
[% 'Number Format' | $T8 %] [% L.select_tag('output_numberformat', numberformats, default = output_numberformat, with_empty = 1, empty_title = LxERP.t8('use program settings')) %]
[% 'Date Format' | $T8 %] [% L.select_tag('output_dateformat', dateformats, default = output_dateformat, with_empty = 1, empty_title=LxERP.t8('use program settings')) %]
[% 'Long Dates' | $T8 %] [% L.radio_button_tag('output_longdates', checked=output_longdates, label=LxERP.t8('Yes')) %] [% L.radio_button_tag('output_longdates', checked=!output_longdates, label=LxERP.t8('No')) %]