Add[1]:
Today
Review
All
Config
Import
Help
DailyReview
WeeklyReview
MonthlyReview
{{if unfinished_task:}}
Unfinished Task
{{for i, task in enumerate(unfinished_task)}}
{{if task.is_done():}}
{{else}}
{{endif}}
{{task.to_html()}}
{{if not task.is_done():}}
{{endif}}
{{endfor}}
{{endif}}
This Week's ToDo
{{for i, task in enumerate(this_week)}}
{{if task.is_done():}}
{{else}}
{{endif}}
{{task.to_html()}}
{{if not task.is_done():}}
{{if not task.is_timed_task() and not task.is_today():}}
{{endif}} {{endif}}
{{endfor}} {{for i, task in enumerate(free_task)}}
{{if task.is_done():}}
{{else}}
{{endif}}
{{task.to_html()}}
{{endfor}}
This Month's ToDo
{{for i, task in enumerate(this_month)}}
{{if task.is_done():}}
{{else}}
{{endif}}
{{task.to_html()}}
{{if not task.is_done():}}
{{if not task.is_timed_task():}}
{{endif}} {{endif}}
{{endfor}}
Memo
{{for i, task in enumerate(memo)}}
{{task.to_html()}}
{{endfor}}
GTD+D