[%- USE HTML %][%- USE L %][%- USE LxERP %] [%- SET id_base="section-form" %]

[%- LxERP.t8("Edit section #1", SELF.item.fb_number) %]

[% L.hidden_tag("requirement_spec_id", SELF.item.requirement_spec_id, id=(id_base _ "-requirement-spec-id")) %] [% L.hidden_tag("id", SELF.item.id, id=(id_base _ "-requirement-spec-item-id")) %]

[%- LxERP.t8("Title") %]:
[% L.input_tag("title", SELF.item.title, id=(id_base _ "-title")) %]

[%- LxERP.t8("Description") %]:
[% L.textarea_tag("description", SELF.item.description, id=(id_base _ "-description"), rows=8, cols=80) %]

[% L.button_tag("submit_section_form()", LxERP.t8("Save")) %] [% LxERP.t8("Cancel") %]