diff --git a/InvenTree/part/templates/part/attachments.html b/InvenTree/part/templates/part/attachments.html index b6339c23c7..2188a89528 100644 --- a/InvenTree/part/templates/part/attachments.html +++ b/InvenTree/part/templates/part/attachments.html @@ -14,11 +14,16 @@ File Comment + {% for attachment in part.attachments.all %} {{ attachment.basename }} {{ attachment.comment }} + + + + {% endfor %}