diff --git a/InvenTree/part/templates/part/attachments.html b/InvenTree/part/templates/part/attachments.html
index 04041dd7b4..b6339c23c7 100644
--- a/InvenTree/part/templates/part/attachments.html
+++ b/InvenTree/part/templates/part/attachments.html
@@ -11,6 +11,16 @@
+
+ File |
+ Comment |
+
+{% for attachment in part.attachments.all %}
+
+ {{ attachment.basename }} |
+ {{ attachment.comment }} |
+
+{% endfor %}
{% endblock %}
diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html
index 79be275307..a1b4ddc2d1 100644
--- a/InvenTree/part/templates/part/part_base.html
+++ b/InvenTree/part/templates/part/part_base.html
@@ -66,13 +66,6 @@
{% endif %}
-
- Attachments
-
diff --git a/InvenTree/part/templates/part/tabs.html b/InvenTree/part/templates/part/tabs.html
index 5aee846ebd..2bcf894b2a 100644
--- a/InvenTree/part/templates/part/tabs.html
+++ b/InvenTree/part/templates/part/tabs.html
@@ -1,6 +1,15 @@