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

[% FORM.title %]

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

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

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

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

[% L.sortable_element("#requirement_spec_risk_list tbody", url => "controller.pl?action=RequirementSpecRisk/reorder", with => "requirement_spec_risk_id") %]