Front
Rear
diff --git a/netbox/templates/extras/report.html b/netbox/templates/extras/report.html
index 2d65dc88e..c61cc92c5 100644
--- a/netbox/templates/extras/report.html
+++ b/netbox/templates/extras/report.html
@@ -3,6 +3,10 @@
{% block title %}{{ report.name }}{% endblock %}
+{% block object_identifier %}
+ {{ report.full_name }}
+{% endblock %}
+
{% block breadcrumbs %}
Reports
{{ report.module|bettertitle }}
diff --git a/netbox/templates/extras/script.html b/netbox/templates/extras/script.html
index 2c59afe6d..3a50e09a1 100644
--- a/netbox/templates/extras/script.html
+++ b/netbox/templates/extras/script.html
@@ -5,6 +5,10 @@
{% block title %}{{ script }}{% endblock %}
+{% block object_identifier %}
+ {{ script.full_name }}
+{% endblock %}
+
{% block breadcrumbs %}
Scripts
{{ module|bettertitle }}
diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html
index 7be7f811c..24285846f 100644
--- a/netbox/templates/generic/object.html
+++ b/netbox/templates/generic/object.html
@@ -9,15 +9,17 @@
{# Breadcrumbs #}
{{ block.super }}
diff --git a/netbox/templates/virtualization/virtualmachine/interfaces.html b/netbox/templates/virtualization/virtualmachine/interfaces.html
index 496b0a8a6..143c8c70b 100644
--- a/netbox/templates/virtualization/virtualmachine/interfaces.html
+++ b/netbox/templates/virtualization/virtualmachine/interfaces.html
@@ -13,7 +13,7 @@
-