[%- USE T8 %] [%- USE HTML %][%- USE LxERP %]

[% '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(defaults.company) %]
[% HTML.escape(defaults.address).replace('\\\\n', '
').replace('\n', '
') %]


[% 'User' | $T8 %] [% MYCONFIG.name | html %]
[% 'Client' | $T8 %] [% client.name | html %]
[% 'Language' | $T8 %] [% MYCONFIG.countrycode | html %]

[%- todo_list %]