diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html
index c178ef455c..a94569d42c 100644
--- a/InvenTree/part/templates/part/bom.html
+++ b/InvenTree/part/templates/part/bom.html
@@ -11,6 +11,21 @@
+{% else %}
+
+ The BOM for {{ part.full_name }} has changed, and must be validated.
+{% endif %}
+ The BOM for {{ part.full_name }} was last checked by {{ part.bom_checked_by }} on {{ part.bom_checked_date }}
+
+{% else %}
+
+ The BOM for {{ part.full_name }} has not been validated.
+
+{% endif %}
+