diff --git a/scanpipe/templates/scanpipe/app_monitoring.html b/scanpipe/templates/scanpipe/app_monitoring.html
deleted file mode 100644
index 02b98b9594..0000000000
--- a/scanpipe/templates/scanpipe/app_monitoring.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% extends "scanpipe/base.html" %}
-
-{% block content %}
-
-
Registered tasks
-
{{ inspector.registered }}
-
-
Currently executing tasks
-
{{ inspector.active }}
-
-
Reserved tasks
-
{{ inspector.reserved }}
-
-
Scheduled (ETA) tasks
-
{{ inspector.scheduled }}
-
-
Revoked tasks
-
{{ inspector.revoked }}
-
-
Statistics
-
{{ inspector.stats }}
-
-{% endblock %}
\ No newline at end of file
diff --git a/scanpipe/templates/scanpipe/base.html b/scanpipe/templates/scanpipe/base.html
index 3c1ba5713d..19ee0dd025 100644
--- a/scanpipe/templates/scanpipe/base.html
+++ b/scanpipe/templates/scanpipe/base.html
@@ -18,6 +18,12 @@
{% block extrahead %}{% endblock %}
+ {% block header %}
+
+ {% endblock %}
{% block content %}{% endblock %}
{% block modals %}{% endblock %}
{% block scripts %}{% endblock %}
diff --git a/scanpipe/templates/scanpipe/dependency_detail.html b/scanpipe/templates/scanpipe/dependency_detail.html
index e89aec3ab1..195da3ac76 100644
--- a/scanpipe/templates/scanpipe/dependency_detail.html
+++ b/scanpipe/templates/scanpipe/dependency_detail.html
@@ -5,8 +5,6 @@
{% block content %}
- {% include 'scanpipe/includes/navbar_header.html' %}
-
{% include 'scanpipe/includes/messages.html' %}
{% include 'scanpipe/includes/breadcrumb_detail_view.html' with object_title=object.package_url url_name="project_dependencies" %}
{% include 'scanpipe/tabset/tabset.html' %}
diff --git a/scanpipe/templates/scanpipe/dependency_list.html b/scanpipe/templates/scanpipe/dependency_list.html
index b089df1a6a..68bd04719c 100644
--- a/scanpipe/templates/scanpipe/dependency_list.html
+++ b/scanpipe/templates/scanpipe/dependency_list.html
@@ -4,7 +4,6 @@
{% block content %}