diff --git a/app/templates/views/notifications.html b/app/templates/views/notifications.html index b5bdc0793..d58771beb 100644 --- a/app/templates/views/notifications.html +++ b/app/templates/views/notifications.html @@ -63,6 +63,12 @@ + {% if notifications %} +
+ {% endif %} + {% call(item, row_number) list_table( notifications, caption="Recent activity", @@ -92,11 +98,8 @@ {% call field(align='right') %} {{ item.created_at|format_delta }} {% endcall %} - {% endcall %} -- Download csv -
+ {{ previous_next_navigation(prev_page, next_page) }} {% endblock %}