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