[%- USE T8 %] [%- USE L %] [%- USE P %] [%- USE HTML %] [%- USE LxERP %] [%- FOREACH businessmodel = SELF.part.businessmodels_sorted %] [% PROCESS 'part/_businessmodel_row.html' businessmodel=businessmodel %] [%- END %]
[%- LxERP.t8('delete item') %] [% 'position' | $T8 %] [%- LxERP.t8('reorder item') %] [% 'Business' | $T8 %] [% 'Business Type Model' | $T8 %] [% 'Part Description' | $T8 %] [% 'Long Description' | $T8 %]
[% 'Business' | $T8 %] [% P.select_tag('add_businessmodel', SELF.all_businesses, title_key="description", with_empty=1, style='width: 300px', onchange='kivi.Part.add_businessmodel_row()') %] [% L.button_tag('kivi.Part.add_businessmodel_row()', LxERP.t8('Add')) %]
[% L.sortable_element('#businessmodel_rows') %]