diff --git a/app/templates/views/notifications.html b/app/templates/views/notifications.html
index faca04682..592eb3ec1 100644
--- a/app/templates/views/notifications.html
+++ b/app/templates/views/notifications.html
@@ -41,7 +41,10 @@
{% endif %}
-
+
+ {% if notifications %}
+
+ {% endif %}
{% call(item, row_number) list_table(
notifications,
caption="Recent activity",
@@ -74,7 +77,9 @@
{% endcall %}
{% endcall %}
-
+ {% if notifications %}
+
+ {% endif %}
{{ previous_next_navigation(prev_page, next_page) }}