[%- USE T8 %] [% USE HTML %][% USE LxERP %]
[%- DEFAULT myconfig_dbhost = 'localhost' %] 
  [% 'Licensed to' | $T8 %]
   
    [% HTML.escape(myconfig_company) %]
    
    [% HTML.escape(myconfig_address).replace('\\\\n', '
').replace('\n', '
') %]
   
   
   
| [% 'User' | $T8 %] | [% HTML.escape(myconfig_name) %] | 
|---|---|
| [% 'Dataset' | $T8 %] | [% HTML.escape(myconfig_dbname) %] | 
| [% 'Database Host' | $T8 %] | [% HTML.escape(myconfig_dbhost) %] | 
| http://lx-office.org | |