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