Feature Branch: Autocompletion.
[kivitendo-erp.git] / templates / webpages / todo / show_todo_list_de.html
1 [% USE HTML %]<body>
2
3  <div class="listtop" style="margin-bottom: 10px">Ihre Aufgabenliste</div>
4
5  [%- IF !todo_list %]
6  <p>
7   Ihre Aufgabenliste enth&auml;lt momentan keine Eintr&auml;ge.
8  </p>
9
10  [%- ELSE %]
11
12  [%- todo_list %]
13
14  [%- END %]
15
16 </body>
17 </html>