diff --git a/InvenTree/stock/templates/stock/item_attachments.html b/InvenTree/stock/templates/stock/item_attachments.html
index 453ab7f09b..3861bebe6a 100644
--- a/InvenTree/stock/templates/stock/item_attachments.html
+++ b/InvenTree/stock/templates/stock/item_attachments.html
@@ -7,8 +7,8 @@
{% include "stock/tabs.html" with tab='attachments' %}
-
{% trans "Stock Item Attachments" %}
+
{% include "attachment_table.html" with attachments=item.attachments.all %}
diff --git a/InvenTree/stock/templates/stock/item_notes.html b/InvenTree/stock/templates/stock/item_notes.html
index 31e818ef71..9dd21331b4 100644
--- a/InvenTree/stock/templates/stock/item_notes.html
+++ b/InvenTree/stock/templates/stock/item_notes.html
@@ -10,6 +10,7 @@
{% include "stock/tabs.html" with tab="notes" %}
{% if editing %}
+
{% trans "Stock Item Notes" %}
diff --git a/InvenTree/stock/templates/stock/item_tests.html b/InvenTree/stock/templates/stock/item_tests.html
index 9172bfdde4..a3e21962e1 100644
--- a/InvenTree/stock/templates/stock/item_tests.html
+++ b/InvenTree/stock/templates/stock/item_tests.html
@@ -7,8 +7,8 @@
{% include "stock/tabs.html" with tab='tests' %}
-
{% trans "Test Results" %}
+