#from kojiweb import util #include "includes/header.chtml"

Information for package $package.name

Name$package.name
ID$package.id
Builds #if $len($builds) > 0 #for $build in $builds #set $stateName = $util.stateName($build.state) #end for
#if $len($buildPages) > 1
Page:
#end if #if $buildStart > 0 <<< #end if #echo $buildStart + 1 # through #echo $buildStart + $buildCount # of $totalBuilds #if $buildStart + $buildCount < $totalBuilds >>> #end if
NVR $util.sortImage($self, 'nvr', 'buildOrder') Built by $util.sortImage($self, 'owner_name', 'buildOrder') Finished $util.sortImage($self, 'completion_time', 'buildOrder') State $util.sortImage($self, 'state', 'buildOrder')
$build.nvr $build.owner_name $util.formatTime($build.completion_time)$util.stateImage($build.state)
#else No builds #end if
Tags #if $len($tags) > 0 #for $tag in $tags #set $included = $tag.blocked and 'no' or 'yes' #end for
#if $len($tagPages) > 1
Page:
#end if #if $tagStart > 0 <<< #end if #echo $tagStart + 1 # through #echo $tagStart + $tagCount # of $totalTags #if $tagStart + $tagCount < $totalTags >>> #end if
Name $util.sortImage($self, 'name', 'tagOrder') Owner $util.sortImage($self, 'owner_name', 'tagOrder') Included? $util.sortImage($self, 'blocked', 'tagOrder') Extra Arches $util.sortImage($self, 'extra_arches', 'tagOrder')
$tag.name $tag.owner_name$util.imageTag($included) $tag.extra_arches
#else No tags #end if
#include "includes/footer.chtml"