diff --git a/views/html/users/index.tpl b/views/html/users/index.tpl
index abc310a8..b86a0348 100644
--- a/views/html/users/index.tpl
+++ b/views/html/users/index.tpl
@@ -2,13 +2,8 @@
-
+
- -
-
-
- =sprintf(_('registered on %s'), $dateFormatter->format(new \DateTime($user['created'])))?>
-
-
+ - =$user['username']?>=sprintf(_('registered on %s'), $dateFormatter->format(new \DateTime($user['created'])))?>
-
+
diff --git a/views/html/users/user.tpl b/views/html/users/user.tpl
index f48afbc3..b5e23aa7 100644
--- a/views/html/users/user.tpl
+++ b/views/html/users/user.tpl
@@ -1,11 +1,11 @@
=_('Users')?>
-=$user['username']?>
0) : ?>
+=$user['username']?>
=sprintf(_('registered on %s'), $dateFormatter->format(new \DateTime($user['created'])))?>
=_('Name')?>: =$user['prename']?> =$user['surname']?>