diff --git a/www/kojiweb/index.chtml b/www/kojiweb/index.chtml
index 2bfd261e..f6312170 100644
--- a/www/kojiweb/index.chtml
+++ b/www/kojiweb/index.chtml
@@ -10,6 +10,9 @@
@@ -18,6 +21,9 @@
#set $stateName = $util.stateName($build.state)
$build.build_id |
$build.nvr |
+ #if not $user
+ $build.owner_name |
+ #end if
$util.formatTime($build.completion_time) |
$util.stateImage($build.state) |
@@ -36,6 +42,9 @@