summaryrefslogtreecommitdiff
path: root/p/tools/todo.text.tt
blob: 610b3853ced10d8e76e8a729f48b3242e4306976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[% BLOCK subtask %]
[% END %]

[% BLOCK task %]
 [% FOREACH t = tasks.keys %]
  [% IF t == '' %]
   [% INCLUDE subtask FOREACH tasks.$t %]
  [% ELSE %]
$indent$t
[%+ %]
   [% INCLUDE task tasks = tasks.$t indent = "$indent  " %]
  [% END %]
 [% END %]
[% END %]

[% INCLUDE task tasks = tasks indent = '' %]