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

[% FORM.title %]

[%- INCLUDE "common/flash.html" %]
[% IF !REQUIREMENT_SPEC_COMPLEXITIES.size %]

[%- LxERP.t8("No complexities has been created yet.") %]

[%- ELSE %] [%- FOREACH requirement_spec_complexity = REQUIREMENT_SPEC_COMPLEXITIES %] [%- END %]
[ LxERP.t8( [%- LxERP.t8("Description") %]
[ LxERP.t8( requirement_spec_complexity.id) %]"> [%- HTML.escape(requirement_spec_complexity.description) %]
[%- END %]

[%- LxERP.t8("Create a new complexity") %]

[% L.sortable_element("#requirement_spec_complexity_list tbody", url => "controller.pl?action=RequirementSpecComplexity/reorder", with => "requirement_spec_complexity_id") %]