diff --git a/src/root/plain-reload.tt b/src/root/plain-reload.tt
index 9c16f9dd..051fbabb 100644
--- a/src/root/plain-reload.tt
+++ b/src/root/plain-reload.tt
@@ -1,6 +1,10 @@
[% WRAPPER layout.tt title=title %]
[% PROCESS common.tt %]
+[% project = build.project %]
+[% jobset = build.jobset %]
+[% job = build.job %]
+
Last 50 lines of log
[% IF reload %]
diff --git a/src/root/plain.tt b/src/root/plain.tt
index a83cc2a9..1975756a 100644
--- a/src/root/plain.tt
+++ b/src/root/plain.tt
@@ -1,6 +1,10 @@
[% WRAPPER layout.tt title=title %]
[% PROCESS common.tt %]
+[% project = build.project %]
+[% jobset = build.jobset %]
+[% job = build.job %]
+
[% title %]