diff --git a/netbox/dcim/tables.py b/netbox/dcim/tables.py
index 250173d79..ae42c507e 100644
--- a/netbox/dcim/tables.py
+++ b/netbox/dcim/tables.py
@@ -74,7 +74,8 @@ RACKROLE_ACTIONS = """
RACK_ROLE = """
{% if record.role %}
-
+ {% load helpers %}
+
{% else %}
—
{% endif %}