diff --git a/src/root/build.tt b/src/root/build.tt
index 698ec2af..989e5f5e 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -202,6 +202,19 @@
+[% IF build.buildproducts %]
+
+
Build products
+
+[% IF !available %]
+ Note: this build is no longer available.
+[% END %]
+
+[% INCLUDE renderProductList latestRoot=['/job' build.project.name build.jobset.name build.job.name 'latest'] %]
+
+[% END %]
+
+
Build inputs
@@ -300,19 +313,6 @@
[% END %]
-[% IF build.buildproducts %]
-
-Build products
-
-[% IF !available %]
- Note: this build is no longer available.
-[% END %]
-
-[% INCLUDE renderProductList latestRoot=['/job' build.project.name build.jobset.name build.job.name 'latest'] %]
-
-[% END %]
-
-
[% IF build.dependents %]
Used by