diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py
index aa5978d935d..3b2a9b4c324 100644
--- a/netbox/dcim/tables/template_code.py
+++ b/netbox/dcim/tables/template_code.py
@@ -64,7 +64,7 @@
INTERFACE_FHRPGROUPS = """
{% for assignment in value.all %}
- {{ assignment.group.get_protocol_display }}: {{ assignment.group.group_id }}
+ {{ assignment.group }}
{% endfor %}
"""