[% USE HTML %]
[% USE LxERP %]
[% USE L %]
[% IF ok %]
[% LxERP.t8('The connection was established successfully.') %]
[% ELSE %]
[% LxERP.t8('The connection to the database could not be established.') %]
[% LxERP.t8('Error message from the database driver:') %]
[% HTML.escape(error) %]
[% END %]