[%- USE T8 %]
[% USE HTML %]
 [% title %]
 [%- IF connection_ok %]
 [% 'The connection was established successfully.' | $T8 %]
 [%- ELSE %]
 
  [% 'The connection to the database could not be established.' | $T8 %]
  [% 'Error message from the database driver:' | $T8 %]
 
 [% HTML.escape(errstr) %]
 [%- END %]