#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
  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

Browse:  by category   by priority

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")