diff --git a/src/root/build.tt b/src/root/build.tt
index 12a4f357..550936d3 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -122,12 +122,14 @@
[% INCLUDE renderFullBuildLink build=cachedBuild %] |
[% END %]
+ [% IF build.finished %]
Duration: |
[% actualBuild = build.iscachedbuild ? cachedBuild : build;
INCLUDE renderDuration duration = actualBuild.stoptime - actualBuild.starttime %]; finished at [% INCLUDE renderDateTime timestamp = actualBuild.stoptime
%] |
+ [% END %]
[% IF log_exists(build.drvpath) %]
Logfile: |