[% USE T8 %] [% USE L %] [% USE LxERP %] [% USE HTML %]
[% L.hidden_tag('filter.shop.obsolete', 0) %]
[% 'Filter' | $T8 %]
[% 'Shop' | $T8 %] [% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0, class='wi-small') %]
[% 'Part marked as "Shop part"' | $T8 %] [% L.yes_no_tag('filter.part.shop', FORM.filter.part.shop, default='1', with_empty=1, empty_title='---', class='wi-small') %]
[% 'Reset' | $T8 %] [% L.hidden_tag('action', 'ShopPart/dispatch') %] [% L.submit_tag('action_list_articles',LxERP.t8('renew')) %]