[% USE T8 %] [% USE HTML %]

[% 'Your TODO list' | $T8 %]

[%- INCLUDE 'common/flash.html' %] [% IF !todo_list %]

[% 'There are no items on your TODO list at the moment.' | $T8 %]

[% ELSE %] [% todo_list %] [% END %]