diff --git a/netbox/templates/ipam/prefix.html b/netbox/templates/ipam/prefix.html
index af69f689d..2416fc0f7 100644
--- a/netbox/templates/ipam/prefix.html
+++ b/netbox/templates/ipam/prefix.html
@@ -46,7 +46,11 @@
{% trans "Scope" %} |
- {{ object.scope|linkify|placeholder }} |
+ {% if object.scope %}
+ {{ object.scope|linkify }} ({% trans object.scope_type.name %}) |
+ {% else %}
+ {{ ''|placeholder }} |
+ {% endif %}
{% trans "VLAN" %} |