Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / dbupgrade / update_templates_warnings_master.html
1 [%- USE T8 %]
2 [% USE HTML %]<div class="listtop">[% 'Warnings during template upgrade' | $T8 %]</div>
3
4 <p>[% 'The following warnings occured during an upgrade to the document templates:' | $T8 %]</p>
5
6 <p>
7  <ul>
8   [% FOREACH row = WARNINGS %]
9    <li>[% row.message %]</li>
10   [% END %]
11  </ul>
12 </p>