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

Owned tasks: #foreach ($otask in $otasks) #if ($vidx > 0) #end $ocats.clear() #foreach ($task in $otask.tasks) #if ($ocats.checkCategory($task.complexity)) #set ($border = "") #else #set ($border = 'style="border-top: 1px solid"') #end #end #end
 
$otask.name
$task.complexity
#if ($username == $task.owner) Mark as completed #else   #end $task.summary #if (!$string.blank($task.notes))   [...] #end $task.getDisplayCategory() Edit this task

Check the box to mark a task as completed.
  #if ($query) Tasks matching '$query': #else Outstanding tasks: #if ($expand == "all") [trim] #else [show all] #end #end #foreach ($xtask in $xtasks) #if ($vidx > 0) #end $xcats.clear() #foreach ($task in $xtask.tasks) #if ($xcats.checkCategory($task.complexity)) #set ($border = "") #else #set ($border = 'style="border-top: 1px solid"') #end #end #end
 
$xtask.name #if ($xtask.pruned > 0) ($xtask.pruned ...) #else   #end
$task.complexity
Claim this task $task.summary   [$task.creator] #if (!$string.blank($task.notes))   [...] #end $task.getDisplayCategory() Edit this task

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

 
Recent completed tasks: #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() Edit this task
  Create new task:
$form.fixedHidden("action", "create")
 
Summary:
Category:
$form.text("category", "size='10'", "")
Complexity:
Priority:
$form.checkbox("claim", false) Claim created task   $form.checkbox("edit", false) Edit created task $form.submit("submit", "Create")
#import ("/footer.wm")