Add owner to base object template

This commit is contained in:
Jeremy Stretch
2025-10-22 12:23:08 -04:00
parent 2477579620
commit a4b8862a7b

View File

@@ -55,6 +55,10 @@ Context:
{% block subtitle %}
<div class="text-secondary fs-5">
{% if object.owner %}
{{ object.owner|linkify }}
<span class="separator">&middot;</span>
{% endif %}
{% trans "Created" %} {{ object.created|isodatetime:"minutes" }}
{% if object.last_updated %}
<span class="separator">&middot;</span>