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

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %]
[% LxERP.t8("Description") %] [% L.input_tag("requirement_spec_complexity.description", SELF.requirement_spec_complexity.description) %]

[% L.hidden_tag("id", SELF.requirement_spec_complexity.id) %] [% L.hidden_tag("action", "RequirementSpecComplexity/dispatch") %] [% L.submit_tag("action_" _ (SELF.requirement_spec_complexity.id ? "update" : "create"), LxERP.t8('Save')) %] [%- IF SELF.requirement_spec_complexity.id %] [% L.submit_tag("action_destroy", LxERP.t8('Delete'), confirm=LxERP.t8('Do you really want to delete this object?')) %] [%- END %] [%- LxERP.t8('Abort') %]