diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index 054c2ae6..6acee386 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -93,11 +93,13 @@
{{ package.author.display_name }}
-
-
- {{ package.downloads }}
-
+ {% if release %}
+
+
+ {{ package.downloads }}
+
+ {% endif %}
{{ threads | length }}