]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/todo/show_todo_list.html
date error in mapping
[mfinanz.git] / templates / webpages / todo / show_todo_list.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 <h1>[% 'Your TODO list' | $T8 %]</h1>
4
5  [%- INCLUDE 'common/flash.html' %]
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 %]