[% USE HTML %][% USE L %][% USE LxERP %]
[% FORM.title %]
[%- INCLUDE 'common/flash.html' %]
[% LxERP.t8('Description') %] [% L.input_tag("requirement_spec_type.description", SELF.requirement_spec_type.description) %]
[% LxERP.t8('Print template base file name') %](1) [% L.input_tag("requirement_spec_type.template_file_name", SELF.requirement_spec_type.template_file_name) %]
[% LxERP.t8('Section number format') %](2) [% L.input_tag("requirement_spec_type.section_number_format", SELF.requirement_spec_type.section_number_format, size="15") %]
[% LxERP.t8('Function block number format') %](2) [% L.input_tag("requirement_spec_type.function_block_number_format", SELF.requirement_spec_type.function_block_number_format, size="15") %]

[% L.hidden_tag("id", SELF.requirement_spec_type.id) %] [% L.hidden_tag("action", "RequirementSpecType/dispatch") %] [% L.submit_tag("action_" _ (SELF.requirement_spec_type.id ? "update" : "create"), LxERP.t8('Save')) %] [%- IF SELF.requirement_spec_type.id %] [% L.submit_tag("action_destroy", LxERP.t8('Delete'), confirm=LxERP.t8('Do you really want to delete this object?')) %] [%- END %] [%- LxERP.t8('Abort') %]

(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.') %]