diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index f6fc78226..83c66c0d2 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -91,37 +91,37 @@ Voted | Bank Statement -
-
- {{u.stored_subscriber_count|commas}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} | + - {{u.coins|commas}} - coins + Joined - {% if FEATURES['MARSEYBUX'] %} - {{u.marseybux|commas}} - marseybux - {% endif %} + {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} + last active + {%- endif %}
- Joined - - {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} - last active - {%- endif %} -
- {% if FEATURES['USERS_PROFILE_BODYTEXT'] -%} {% if u.bio_html and can_see(v, u) %}
{{u.bio_html | safe}}