[% USE HTML %]
[% USE LxERP %]
[% USE L %]
[% IF ok %]
[% LxERP.t8('The connection to the shop was established successfully.') %]
[% LxERP.t8('Version')%][% HTML.escape(version) %]
[% ELSE %]
[% LxERP.t8('The connection to the shop could not be established.') %] [% LxERP.t8('Error message from the webshop api:') %]
[% HTML.escape(version) %]
[% END %]