[%- USE LxERP -%][%- USE L -%][%- USE HTML -%] [% SET style="width: 250px" %]
[% LxERP.t8("Language") %] [% L.input_tag("object.description", SELF.object.description, style=style, "data-validate"="required", "data-title"=LxERP.t8("Language")) %]
[% LxERP.t8("Template Code") %] [% L.input_tag("object.template_code", SELF.object.template_code, style=style) %]
[% LxERP.t8("Article Code") %] [% L.input_tag("object.article_code", SELF.object.article_code, style=style) %]
[% LxERP.t8("Number Format") %] [% L.select_tag("object.output_numberformat", SELF.numberformats, default=SELF.object.output_numberformat, with_empty=1, empty_title=LxERP.t8("use program settings"), style=style) %]
[% LxERP.t8("Date Format") %] [% L.select_tag("object.output_dateformat", SELF.dateformats, default=SELF.object.output_dateformat, with_empty=1, empty_title=LxERP.t8("use program settings"), style=style) %]
[% LxERP.t8("Long Dates") %] [% L.yes_no_tag("object.output_longdates", SELF.object.output_longdates, style=style) %]
[% LxERP.t8("Obsolete") %] [% L.yes_no_tag("object.obsolete", SELF.object.obsolete, style=style) %]