mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 12:08:43 -06:00
Add owner to base object template
This commit is contained in:
@@ -55,6 +55,10 @@ Context:
|
||||
|
||||
{% block subtitle %}
|
||||
<div class="text-secondary fs-5">
|
||||
{% if object.owner %}
|
||||
{{ object.owner|linkify }}
|
||||
<span class="separator">·</span>
|
||||
{% endif %}
|
||||
{% trans "Created" %} {{ object.created|isodatetime:"minutes" }}
|
||||
{% if object.last_updated %}
|
||||
<span class="separator">·</span>
|
||||
|
||||
Reference in New Issue
Block a user