Revision 5deed881
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/todo/show_todo_list.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
<h1>[% 'Your TODO list' | $T8 %]</h1>
|
||
|
||
[%- IF !todo_list %]
|
||
<p>
|
||
[% 'There are no items on your TODO list at the moment.' | $T8 %]
|
||
</p>
|
||
|
||
[%- ELSE %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
[%- todo_list %]
|
||
|
||
[%- END %]
|
||
<h1>[% 'Your TODO list' | $T8 %]</h1>
|
||
|
||
[% IF !todo_list %]
|
||
<p>[% 'There are no items on your TODO list at the moment.' | $T8 %]</p>
|
||
[% ELSE %]
|
||
[% todo_list %]
|
||
[% END %]
|
Auch abrufbar als: Unified diff
USE-Einleitungen & nachfolg. Code formatiert templates/webpages/todo/show_todo_list.html