diff --git a/hw_diag/templates/device_info.html b/hw_diag/templates/device_info.html
index 23080359..989814d9 100644
--- a/hw_diag/templates/device_info.html
+++ b/hw_diag/templates/device_info.html
@@ -46,6 +46,8 @@
Device Information
Overall Status:
{% if diagnostics.PF %}
All Ok
+ {% elif diagnostics.RE == 'UN123' or diagnostics.RE == 'UNKNOWN' %}
+ Awaiting Location Assertion
{% else %}
Errors Found
{% endif %}
diff --git a/hw_diag/templates/helium_info.html b/hw_diag/templates/helium_info.html
index 65796d2f..accf16b2 100644
--- a/hw_diag/templates/helium_info.html
+++ b/hw_diag/templates/helium_info.html
@@ -9,6 +9,8 @@ Helium Information
Helium Status:
{% if diagnostics.PF %}
All Ok
+ {% elif diagnostics.RE == 'UN123' or diagnostics.RE == 'UNKNOWN' %}
+ Awaiting Location Assertion
{% else %}
Errors Found
{% endif %}