Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / todo / show_todo_list.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 <h1>[% 'Your TODO list' | $T8 %]</h1>
4
5  [%- IF !todo_list %]
6  <p>
7   [% 'There are no items on your TODO list at the moment.' | $T8 %]
8  </p>
9
10  [%- ELSE %]
11
12  [%- todo_list %]
13
14  [%- END %]
15