[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%]
[% LxERP.t8("Assign the following article to all sections") %]: [% L.select_tag('quotations_and_orders_dummy', SELF.all_parts, default=INSTANCE_CONF.get_requirement_spec_section_order_part_id, title_sub=\make_part_title, id='quoations_and_orders_order_id') %] [% L.button_tag('kivi.requirement_spec.assign_order_part_id_to_all()', LxERP.t8('Assign article')) %]
[% FOREACH section = SELF.requirement_spec.sections_sorted %] [% L.hidden_tag("sections[+].id", section.id, no_id=1) %] [% END %]
[% LxERP.t8("Number") %] [% LxERP.t8("Title") %] [% LxERP.t8("Description") %] [% LxERP.t8("Article") %]
[% HTML.escape(section.fb_number) %] [% HTML.escape(section.title) %] [% HTML.escape(P.truncate(section.description)) %] [% L.select_tag('sections[].order_part_id', SELF.all_parts, default=section.order_part_id, with_empty=1, title_sub=\make_part_title, no_id=1) %]