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