From a4b8862a7ba602a97adb34b465f38a11efab1c18 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 22 Oct 2025 12:23:08 -0400 Subject: [PATCH] Add owner to base object template --- netbox/templates/generic/object.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html index 437690b3d..e7ef9d97e 100644 --- a/netbox/templates/generic/object.html +++ b/netbox/templates/generic/object.html @@ -55,6 +55,10 @@ Context: {% block subtitle %}
+ {% if object.owner %} + {{ object.owner|linkify }} + · + {% endif %} {% trans "Created" %} {{ object.created|isodatetime:"minutes" }} {% if object.last_updated %} ·