#from kojiweb import util
#include "includes/header.chtml"
Name | $package.name |
ID | $package.id |
Builds |
#if $len($builds) > 0
#if $len($buildPages) > 1
#end if
#if $buildStart > 0
<<<
#end if
#echo $buildStart + 1 # through #echo $buildStart + $buildCount # of $totalBuilds
#if $buildStart + $buildCount < $totalBuilds
>>>
#end if
|
#for $build in $builds
$build.nvr |
$build.owner_name |
$util.formatTime($build.completion_time) |
#set $stateName = $util.stateName($build.state)
$util.stateImage($build.state) |
#end for
#else
No builds
#end if
|
Tags |
#if $len($tags) > 0
#if $len($tagPages) > 1
#end if
#if $tagStart > 0
<<<
#end if
#echo $tagStart + 1 # through #echo $tagStart + $tagCount # of $totalTags
#if $tagStart + $tagCount < $totalTags
>>>
#end if
|
#for $tag in $tags
$tag.name |
$tag.owner_name |
#set $included = $tag.blocked and 'no' or 'yes'
$util.imageTag($included) |
$tag.extra_arches |
#end for
#else
No tags
#end if
|
#include "includes/footer.chtml"