[% USE HTML %] [% USE LxERP %] [% USE L %]
[% LxERP.t8("Client to configure the printers for") %]: [% L.select_tag('client.id', SELF.all_clients, id='client_id', title_key='name', default=SELF.client.id) %]
[% IF !SELF.all_printers.size %][% LxERP.t8("No printers have been created yet.") %]
[% ELSE %][% LxERP.t8('Description') %] | [% LxERP.t8('Printer Command') %] | [% LxERP.t8('Template Code') %] |
---|---|---|
[% HTML.escape(printer.printer_description) %] | [% HTML.escape(printer.printer_command) %] | [% HTML.escape(printer.template_code) %] |