diff --git a/netbox/templates/inc/panels/related_objects.html b/netbox/templates/inc/panels/related_objects.html
index 5d24bc8f5..7e59e38c1 100644
--- a/netbox/templates/inc/panels/related_objects.html
+++ b/netbox/templates/inc/panels/related_objects.html
@@ -7,7 +7,7 @@
{% for related_object_count in related_models %}
{% with viewname=related_object_count.queryset.model|validated_viewname:"list" %}
{% if viewname is not None %}
-
+
{{ related_object_count.name }}
{% with count=related_object_count.queryset.count %}
{% if count %}