Owned tasks:
#foreach ($otask in $otasks)
#if ($vidx > 0)
| |
#end
| $otask.name |
$ocats.clear()
#foreach ($task in $otask.tasks)
#if ($ocats.checkCategory($task.complexity))
| $task.complexity |
#set ($border = "")
#else
#set ($border = 'style="border-top: 1px solid"')
#end
#if ($username == $task.owner)
#else
#end
|
$task.summary
#if (!$string.blank($task.notes))
[...]
#end
|
$task.getDisplayCategory() |
 |
#end
#end
|
|
Recent completed tasks:
#foreach ($task in $dtasks)
#if ($vidx%2 == 0)
#set ($rowcolor = "#EEEEEE")
#else
#set ($rowcolor = "#FFFFFF")
#end
 |
$task.completion [$task.completor] |
$task.summary
#if (!$string.blank($task.notes))
[...]
#end
|
$task.getDisplayCategory() |
 |
#end
Browse: by category
by priority
Create new task:
|