#set ($title = $i18n.xlate("index.title"))
#import ("/header.wm")
#if ($query)
Tasks matching '$query':
#else
Outstanding tasks:
#end
#foreach ($xtask in $xtasks)
#if ($xtask.name == "On the list")
| |
#else
#if ($vidx > 0)
| |
#end
#end
| $xtask.name |
|
$xcats.clear()
#foreach ($task in $xtask.tasks)
#if ($xcats.checkCategory($task.complexity))
| $task.complexity |
#set ($border = "")
#else
#set ($border = 'style="border-top: 1px solid"')
#end
 |
$task.summary
[$task.creator]
#if (!$string.blank($task.notes))
[...]
#end
|
$task.getDisplayCategory() |
 |
#end
#end
|
#import ("/footer.wm")