[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %]

[% title %]

[%- FOREACH shop = SHOPS %] [%- END %]
[ LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Type' | $T8 %] [% 'Obsolete' | $T8 %]
[ LxERP.t8('reorder item') %] [% HTML.escape(shop.description) %] [% HTML.escape(shop.connector) %] [% HTML.escape(shop.obsolete) %]


[% L.sortable_element('#shop_list tbody', url=SELF.url_for(action='reorder'), with='shop_id') %]