diff --git a/app/templates/base.html b/app/templates/base.html
index 58379fd2..77b984ba 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -3,22 +3,25 @@
{% if user.deleted -%}
[deleted]
{% else -%}
- {% if user.avatar_id and not low_bandwidth -%}
-
-
- {% endif -%}
- {{ user.display_name() }}
+
+ {% if user.avatar_id and not low_bandwidth and not collapsed -%}
+
+ {% endif -%}
+ {{ user.display_name() }}
+
{% if user.created_recently() -%}
{% endif -%}
{% if user.bot -%}
{% endif -%}
- {% if user.reputation < -10 -%}
-
-
- {% elif user.reputation < 0 -%}
-
+ {% if user.id != current_user.id -%}
+ {% if user.reputation < -10 -%}
+
+
+ {% elif user.reputation < 0 -%}
+
+ {% endif -%}
{% endif -%}
{% endif -%}