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

Task summary   By priority  
Filter:   Click the wrench to claim a task.

#if ($query) Tasks matching '$query': #else Outstanding tasks:   #end #if ($filter != "") all #foreach ($xtask in $xtasks) $xtask.name #end #foreach ($xtask in $xtasks) #if ($filter == $xtask.name)

$xcats.clear() #foreach ($task in $xtask.tasks) #if ($xcats.checkCategory($task.complexity)) #set ($border = "") #else #set ($border = 'style="border-top: 1px solid"') #end #end
$xtask.name ($xtask.tasks.size())  
$task.complexity
Claim this task $task.summary   [$task.creator] #if (!$string.blank($task.notes))   [...] #end $task.getPriorityName() Edit this task

#end #end #else
#foreach ($xtask in $xtasks) #if ($vidx == $break)
  #else #if ($vidx > 0) #end #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 ($xtask.tasks.size())  
$task.complexity
Claim this task $task.summary   [$task.creator] #if (!$string.blank($task.notes))   [...] #end $task.getPriorityName() Edit this task
#end #import ("/footer.wm")