[%- USE T8 %] [% USE HTML %][% USE LxERP %] [%- DEFAULT myconfig_dbhost = 'localhost' %]

[% 'Lx-Office' | $T8 %] [% version %]

[% 'companylogo_subtitle' | $T8 %]

[% HTML.escape(myconfig_company) %]
[% HTML.escape(myconfig_address).replace('\\\\n', '
').replace('\n', '
') %]


[% 'User' | $T8 %] [% HTML.escape(myconfig_name) %]
[% 'Language' | $T8 %] [% HTML.escape(myconfig_countrycode) %]
[% 'Dataset' | $T8 %] [% HTML.escape(myconfig_dbname) %]
[% 'Database Host' | $T8 %] [% HTML.escape(myconfig_dbhost) %]
[% 'Webserver interface' | $T8 %] [% HTML.escape(interface) %]
[% 'Lx-Office Homepage' | $T8 %]: http://lx-office.org

[%- todo_list %]