diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html
index 5394a4aec..3f03fcee9 100644
--- a/netbox/templates/dcim/device.html
+++ b/netbox/templates/dcim/device.html
@@ -179,7 +179,7 @@
{% include 'dcim/inc/_interface.html' with icon='wrench' %}
{% empty %}
-
+ |
No management interfaces defined!
{% if perms.dcim.add_interface %}
@@ -191,7 +191,7 @@
{% include 'dcim/inc/_consoleport.html' %}
{% empty %}
|
-
+ |
No console ports defined!
{% if perms.dcim.add_consoleport %}
@@ -204,7 +204,7 @@
{% empty %}
{% if not device.device_type.is_pdu %}
|
-
+ |
No power ports defined!
{% if perms.dcim.add_powerport %}
|