[% USE HTML %][% USE L %][% USE LxERP %]

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %]
[% IF !REQUIREMENT_SPEC_STATUSES.size %]

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

[%- ELSE %] [%- FOREACH requirement_spec_status = REQUIREMENT_SPEC_STATUSES %] [%- END %]
[ LxERP.t8('reorder item') %] [%- LxERP.t8('Name') %] [%- LxERP.t8('Description') %]
[ LxERP.t8('reorder item') %] [%- HTML.escape(requirement_spec_status.name) %] [%- HTML.escape(requirement_spec_status.description) %]
[%- END %]

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

[% L.sortable_element('#requirement_spec_status_list tbody', url => 'controller.pl?action=RequirementSpecStatus/reorder', with => 'requirement_spec_status_id') %]