#set ($title = $i18n.xlate("index.title")) #import ("/header.wm")

Owned tasks: #if ($query) Tasks matching '$query': #else Outstanding tasks: #if ($expand == "all") [trim] #else [show all] #end #end
#foreach ($otask in $otasks) #if ($vidx > 0) #end $ocats.clear() #foreach ($task in $otask.tasks) $form.fixedHidden("action", "complete") $form.fixedHidden("task", "$task.taskId") #if ($vidx%2 == 0) #set ($rowcolor = "#FFFFFF") #else #set ($rowcolor = "#EEEEEE") #end #if ($ocats.checkCategory($task.complexity)) #end #end #end
 
$otask.name
$task.complexity
#if ($username == $task.owner) $form.imageSubmit("submit", "", "images/complete.png", "Mark as completed") #else   #end $task.summary #if (!$string.blank($task.notes))   [...] #end $task.getDisplayCategory()

Check the box to mark a task as completed.
#foreach ($xtask in $xtasks) #if ($vidx > 0) #end $xcats.clear() #foreach ($task in $xtask.tasks) $form.fixedHidden("task", "$task.taskId") #if ($xcats.checkCategory($task.complexity)) #end #if ($vidx%2 == 0) #set ($rowcolor = "#FFFFFF") #else #set ($rowcolor = "#EEEEEE") #end #end #end
 
$xtask.name #if ($xtask.pruned > 0) ($xtask.pruned ...) #else   #end
$task.complexity
$form.imageSubmit("action", "claim", "images/claim.png", "Claim this task") $task.summary   [$task.creator] #if (!$string.blank($task.notes))   [...] #end $task.getDisplayCategory()

Click the wrench to claim a task.
Filter on single word:

 
Recent completed tasks: Create new task:
#foreach ($task in $dtasks) #if ($vidx%2 == 0) #set ($rowcolor = "#EEEEEE") #else #set ($rowcolor = "#FFFFFF") #end #end
$task.completion
[$task.completor]
$task.summary #if (!$string.blank($task.notes))   [...] #end $task.getDisplayCategory()
$form.fixedHidden("action", "create")
 
Summary:
Category:
$form.text("category", "size='10'", "")
Complexity:
Priority:
$form.submit("submit", "Create")
#import ("/footer.wm")