[%- USE T8 %] [%- USE HTML %][%- USE LxERP %]
[%- DEFAULT myconfig_dbhost = 'localhost' %]
[% '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) %] |
| [% 'Templates' | $T8 %] | [% HTML.escape(myconfig_templates) %] |
| [% 'Dataset' | $T8 %] | [% HTML.escape(myconfig_dbname) %] |
| [% 'Database Host' | $T8 %] | [% HTML.escape(myconfig_dbhost) %] |
| [% 'Webserver interface' | $T8 %] | [% HTML.escape(interface) %] |
| [% 'kivitendo Homepage' | $T8 %]: | http://kivitendo.de |