[% USE HTML %][% USE L %][% USE LxERP %]
[% FORM.title %]
[%- INCLUDE 'common/flash.html' %]
[% IF !REQUIREMENT_SPEC_TYPES.size %]

[%- LxERP.t8('No requirement spec type has been created yet.') %]

[%- ELSE %] [%- FOREACH requirement_spec_type = REQUIREMENT_SPEC_TYPES %] [%- END %]
[ LxERP.t8('reorder item') %] [%- LxERP.t8('Description') %] [%- LxERP.t8('Section number format') %] [%- LxERP.t8('Function block number format') %]
[ LxERP.t8('reorder item') %] [%- HTML.escape(requirement_spec_type.description) %] [% HTML.escape(requirement_spec_type.section_number_format) %] [% HTML.escape(requirement_spec_type.function_block_number_format) %]
[%- END %]

[%- LxERP.t8('Create a new requirement spec type') %]

[% L.sortable_element('#requirement_spec_type_list tbody', url => 'controller.pl?action=RequirementSpecType/reorder', with => 'requirement_spec_type_id') %]