[% USE HTML %][% USE L %][% USE LxERP %]
[% LxERP.t8("Description") %] [% L.input_tag("object.description", SELF.object.description, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]
[% LxERP.t8("Print template base file name") %](1) [% L.input_tag("object.template_file_name", SELF.object.template_file_name, "data-validate"="required", "data-title"=LxERP.t8("Print template base file name")) %]
[% LxERP.t8("Section number format") %](2) [% L.input_tag("object.section_number_format", SELF.object.section_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Section number format")) %]
[% LxERP.t8("Function block number format") %](2) [% L.input_tag("object.function_block_number_format", SELF.object.function_block_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Function block number format")) %]

(1): [% LxERP.t8("The base file name without a path or an extension to be used for printing for this type of requirement spec.") %]
(2): [% LxERP.t8("The numbering will start at 1 with each requirement spec.") %]