Revision 5deed881
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
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 %] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
11 | 3 |
|
12 |
[%- todo_list %] |
|
13 |
|
|
14 |
[%- END %] |
|
4 |
<h1>[% 'Your TODO list' | $T8 %]</h1> |
|
15 | 5 |
|
6 |
[% IF !todo_list %] |
|
7 |
<p>[% 'There are no items on your TODO list at the moment.' | $T8 %]</p> |
|
8 |
[% ELSE %] |
|
9 |
[% todo_list %] |
|
10 |
[% END %] |
Auch abrufbar als: Unified diff
USE-Einleitungen & nachfolg. Code formatiert templates/webpages/todo/show_todo_list.html