[% USE T8 %][% USE HTML %][%- USE LxERP -%][%- USE L -%] [% IF ALL_PRINTERS.size %]

[% LxERP.t8("Print destination") %]: [% SET printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ; CALL printers.import(ALL_PRINTERS); L.select_tag("printer_id", printers, title_key="description", default=printer_id) %]

[% END %]

[% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %] [% L.submit_tag("action_print", LxERP.t8("Print")) %]

[% 'Create new' | $T8 %]