[%- USE T8 %][% USE L %][% USE LxERP %] [% USE HTML %] [% IF MESSAGE %]

[% MESSAGE %]

[% END %]
[% title %]

[% FOREACH factor = PRICE_FACTORS %] [% END %]
[ LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Factor' | $T8 %]
[ LxERP.t8('reorder item') %] [% HTML.escape(factor.description) %] [% HTML.escape(factor.factor) %]


[% L.sortable_element('#price_factor_list tbody', url => 'controller.pl?action=PriceFactor/reorder', with => 'price_factor_id') %]