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

[% 'kivitendo' | $T8 %] [% version %]

[%- IF git_head %]

[%- LxERP.t8("Git revision: #1, #2 #3", git_head.hash.substr(0, 7), git_head.author_date.to_kivitendo, git_head.author_date.strftime('%H:%M:%S %Z')) %]

[%- END %]

[% '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

[%- todo_list %]