diff --git a/supysonic/templates/users.html b/supysonic/templates/users.html
index 0771e31..f7977f7 100644
--- a/supysonic/templates/users.html
+++ b/supysonic/templates/users.html
@@ -36,8 +36,8 @@
{% if session.username == user.name %}{{ user.name }}{% else %}
{{ user.name }}{% endif %} |
{{ user.mail }} | {{ user.admin }} | {{ user.last_play_date }} |
-
- |
+ {% if session.username != user.name %}
+ {% endif %}
{% endfor %}