Feature Branch: Autocompletion.
[kivitendo-erp.git] / templates / webpages / todo / show_todo_list_en.html
1 [% USE HTML %]<body>
2
3  <div class="listtop" style="margin-bottom: 10px">Your TODO list</div>
4
5  [%- IF !todo_list %]
6  <p>
7   There are no items on your TODO list at the moment.
8  </p>
9
10  [%- ELSE %]
11
12  [%- todo_list %]
13
14  [%- END %]
15
16 </body>
17 </html>