diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html
index e7ef9d97e..df95a4a42 100644
--- a/netbox/templates/generic/object.html
+++ b/netbox/templates/generic/object.html
@@ -55,15 +55,23 @@ Context:
{% block subtitle %}
- {% if object.owner %}
- {{ object.owner|linkify }}
-
·
- {% endif %}
- {% trans "Created" %} {{ object.created|isodatetime:"minutes" }}
- {% if object.last_updated %}
-
·
- {% trans "Updated" %} {{ object.last_updated|isodatetime:"minutes" }}
- {% endif %}
+
+ {% if object.owner %}
+ -
+ {{ object.owner|linkify }}
+
+ {% endif %}
+ -
+
+ {{ object.created|isodatetime:"minutes" }}
+
+ {% if object.last_updated %}
+ -
+
+ {{ object.last_updated|isodatetime:"minutes" }}
+
+ {% endif %}
+
{% endblock subtitle %}
diff --git a/netbox/templates/users/group.html b/netbox/templates/users/group.html
index 0a89f151a..9d4561c65 100644
--- a/netbox/templates/users/group.html
+++ b/netbox/templates/users/group.html
@@ -45,6 +45,16 @@
{% endfor %}
+