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