diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html
index bcb942210..4a4bf93ca 100644
--- a/app/templates/views/dashboard/dashboard.html
+++ b/app/templates/views/dashboard/dashboard.html
@@ -58,7 +58,6 @@
{% if current_user.has_permissions('manage_service') %}{% endif %}
- {{ ajax_block(partials, updates_url, 'template-statistics') }}
My Activity
@@ -158,8 +157,6 @@
-
- Recent templates
{{ ajax_block(partials, updates_url, 'template-statistics') }}
diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html
index 9acd142d6..5ad22a0dd 100644
--- a/app/templates/views/dashboard/template-statistics.html
+++ b/app/templates/views/dashboard/template-statistics.html
@@ -2,6 +2,7 @@
{% if template_statistics|length > 1 %}
+
Recent Templates
{% call(item, row_number) list_table(
template_statistics,