diff --git a/pypistats/templates/package.html b/pypistats/templates/package.html
index e0cfa48..f79b8ba 100644
--- a/pypistats/templates/package.html
+++ b/pypistats/templates/package.html
@@ -52,20 +52,20 @@
{% if not loop.last %}|{% endif %}
{% endfor %}
{% endif %}
-
- Downloads last day:
- {{"{:,.0f}".format(recent['day'])}}
-
- Downloads last week:
- {{"{:,.0f}".format(recent['week'])}}
-
- Downloads last month:
- {{"{:,.0f}".format(recent['month'])}}
{% else %}
No metadata found.
- {%endif%}
-