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