#import koji #from kojiweb import util #include "includes/header.chtml"
#if $user then 'Your ' else ''#Recent Builds
#if not $user #end if #for $build in $builds #set $stateName = $util.stateName($build.state) #if not $user #end if #end for #if not $builds #end if
ID $util.sortImage(self, 'id') NVRBuilt byFinished State
$build.build_id $build.nvr$build.owner_name$util.formatTime($build.completion_time) $util.stateImage($build.state)
No builds

#if $user then 'Your ' else ''#Recent Tasks
#if not $user #end if #for $task in $tasks #set $scratch = $util.taskScratchClass($task) #set $state = $util.taskState($task.state) #if not $user #end if #end for #if not $tasks #end if
ID $util.sortImage($self, 'id') TypeOwnerArch Finished State
$task.id $koji.taskLabel($task) #if $task.owner_type == $koji.USERTYPES['HOST'] $task.owner_name #else $task.owner_name #end if $task.arch $util.formatTime($task.completion_time) $util.imageTag($state)
No tasks
#if $user
Your Packages
#for $package in $packages #set $included = $package.blocked and 'no' or 'yes' #end for #if $totalPackages == 0 #end if
#if $len($packagePages) > 1
Page:
#end if #if $packageStart > 0 <<< #end if #if $totalPackages != 0 Package #echo $packageStart + 1 # through #echo $packageStart + $packageCount # of $totalPackages #end if #if $packageStart + $packageCount < $totalPackages >>> #end if
Name $util.sortImage($self, 'package_name', 'packageOrder') Tag $util.sortImage($self, 'tag_name', 'packageOrder') Included? $util.sortImage($self, 'blocked', 'packageOrder')
$package.package_name $package.tag_name$util.imageTag($included)
No packages

Your Notifications
#for $notif in $notifs #end for #if $len($notifs) == 0 #end if
Package Tag Type
#if $notif.package then $notif.package.name else 'all'# #if $notif.tag then $notif.tag.name else 'all'# #if $notif.success_only then 'success only' else 'all'# edit delete
No notifications

Add a Notification #end if #include "includes/footer.chtml"