[% 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('reorder item') %] [%- HTML.escape(requirement_spec_type.description) %]
[%- 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') %]