2 [%- USE HTML %][%- USE LxERP %]
 
   4   <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo[% xmas %].png" class='kivitendo-logo' border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
 
   6   <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
 
   9   <p>[%- 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')) %]</p>
 
  12   <p>[% 'companylogo_subtitle' | $T8 %]</p>
 
  15     [% HTML.escape(defaults.company) %]
 
  17     [% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
 
  25      <th align="left">[% 'User' | $T8 %]</th>
 
  26      <td>[% MYCONFIG.name | html %]</td>
 
  29      <th align="left">[% 'Client' | $T8 %]</th>
 
  30      <td>[% client.name | html %]</td>
 
  33      <th align="left">[% 'Language' | $T8 %]</th>
 
  34      <td>[% MYCONFIG.countrycode | html %]</td>