{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block title %} {% if u and u.profilecss and not request.values.get('nocss') %} {% endif %} {{u.username}}'s profile - {{SITE_NAME}} {% endblock %} {% import 'userpage_admintools.html' as userpage_admintools with context %} {% set hats_total = u.hats_owned_proportion_display[1] if u else 0 %} {% set hats_owned_percent = u.hats_owned_proportion_display[0] if u else '' %} {% block desktopUserBanner %}
{{userpage_admintools.userBanBlock('desktop')}}

{{u.user_name}}

{% if u.username != u.original_username %} {% endif %} {% if FEATURES['PATRON_ICONS'] and u.patron %} {{u.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and u.house %} House {{u.house}} {% endif %} {% if u.verified %} {% endif %} {% if u.admin_level >= PERMS['ADMIN_MOP_VISIBLE'] %} {% endif %} {% if v and v.id != u.id and v.has_follower(u) %} Follows you {% endif %}
{% if v and v.id != u.id %} {% endif %} {% if v and v.id == u.id %} {% endif %}
{% if FEATURES['PRONOUNS'] %}

{{u.pronouns}}

{% endif %} {% if u.customtitle %}

{{u.customtitle | safe}}

{% else %}

				{% endif %}
				
				{% if v and (v.id == u.id or v.admin_level >= PERMS['USER_VOTERS_VISIBLE']) -%}
				
				{%- endif %}

				
{{u.coins}} coins   {% if FEATURES['PROCOINS'] %} {{u.procoins}} marseybux   {% endif %} {% if PERMS['USER_FOLLOWS_VISIBLE'] == 0 or (v and v.admin_level >= PERMS['USER_FOLLOWS_VISIBLE']) -%} {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   {%- endif %} joined {{u.created_date}} {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} last active {{u.last_active_date}} {%- endif %}
{% if u.basedcount %}

Based Count: {{u.basedcount}}

{% endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] -%} {% if u.bio_html %}

						
{{u.bio_html | safe}}
{% else %}

No bio...

{% endif %} {% if u.friends_html %}

Friends:

{{u.friends_html | safe}}
{% endif %} {% if u.enemies_html %}

Enemies:

{{u.enemies_html | safe}}
{% endif %} {%- endif %} {% if u.received_awards and FEATURES['AWARDS'] %}

Awards received

{% for a in u.received_awards %} x{{a['count']}} {% endfor %}
{% endif %} {% if u.moderated_subs %}

Moderator of

{% for a in u.moderated_subs %} /h/{{a['sub']}} {% endfor %}
{% endif %}
{% if v and v.id != u.id %}
Unfollow Follow Message {% if FEATURES['USERS_SUICIDE'] -%} Get Them Help {%- endif %} Gift Coins {% if FEATURES['PROCOINS'] -%} Gift Marseybux {%- endif %} Block {{userpage_admintools.userAdminToolsUpper('desktop')}}

							
							

							
							 
							
							 
							
							 
							
							 
							
						
{{u.username}} will receive 0 coins
{{u.username}} will receive 0 marseybux
{% elif v and v.id == u.id %} Edit profile Profile views {% endif %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} Toggle anthem {% endif %} {{userpage_admintools.userAdminToolsLower('desktop')}}

					

User ID: {{u.id}}

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})

{% if u.is_private %}

User has private mode enabled

{% endif %} {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} Alts:
    {% for account in u.alts_unique %}
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • {% endfor %}
{% endif %}
{% if FEATURES['BADGES'] -%}
{% for b in u.badges %} {% if b.url %} {{b.name}} {% else %} {{b.name}} {% endif %} {% endfor %}
{%- endif %}
{% endblock %} {% block mobileUserBanner %}
{{userpage_admintools.userBanBlock('mobile')}}

{{u.user_name}}

{% if u.username != u.original_username %} {% endif %} {% if FEATURES['PATRON_ICONS'] and u.patron %} {{u.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and u.house %} House {{u.house}} {% endif %} {% if u.verified %}   {% endif %} {% if u.admin_level >= PERMS['ADMIN_MOP_VISIBLE'] %} {% endif %} {% if v and v.id != u.id and v.has_follower(u) and not v.is_nofollow %} Follows you {% endif %} {% if FEATURES['PRONOUNS'] %}

{{u.pronouns}}

{% endif %} {% if u.customtitle %}

{{u.customtitle | safe}}

{% else %}

				{% endif %}

				{% if v and (v.id == u.id or v.admin_level >= PERMS['USER_VOTERS_VISIBLE']) -%}
				
				{%- endif %}

				
{{u.coins}} coins   {% if FEATURES['PROCOINS'] %} {{u.procoins}} marseybux   {% endif %} {% if PERMS['USER_FOLLOWS_VISIBLE'] == 0 or (v and v.admin_level >= PERMS['USER_FOLLOWS_VISIBLE']) -%} {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   {%- endif %} {% if u.basedcount %}
Based count: {{u.basedcount}} {% endif %}
joined {{u.created_date}} {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%}
last active {{u.last_active_date}} {%- endif %}
{% if FEATURES['USERS_PROFILE_BODYTEXT'] -%} {% if u.bio_html %}
{{u.bio_html | safe}}
{% endif %} {% if u.friends_html %}

Friends:

{{u.friends_html | safe}}
{% endif %} {% if u.enemies_html %}

Enemies:

{{u.enemies_html | safe}}
{% endif %} {%- endif %} {% if u.received_awards and FEATURES['AWARDS'] %}

Awards received

{% for a in u.received_awards %} x{{a['count']}} {% endfor %}
{% endif %} {% if u.moderated_subs %}

Moderator of

{% for a in u.moderated_subs %} /h/{{a['sub']}} {% endfor %}
{% endif %}
{% for b in u.badges %} {% if b.url %} {{b.name}} {% else %} {{b.name}} {% endif %} {% endfor %}
{% if v and v.id == u.id %} Edit profile Profile views {% endif %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} Toggle anthem {% endif %} {% if v and v.id != u.id %} Unfollow Follow Message {% if FEATURES['USERS_SUICIDE'] -%} Get Them Help {%- endif %} Gift Coins {% if FEATURES['PROCOINS'] -%} Gift Marseybux {%- endif %} Block {{userpage_admintools.userAdminToolsUpper('mobile')}}

						 
						
						

						
						 
						
						 
						
						 
						
						 
						
					
{{u.username}} will receive 0 coins
{{u.username}} will receive 0 marseybux
{{userpage_admintools.userAdminToolsLower('mobile')}} {% endif %}

				

User ID: {{u.id}}

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})

{% if u.is_private %}

User has private mode enabled

{% endif %} {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} Alts:
    {% for account in u.alts_unique %}
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • {% endfor %}
{% endif %}
{% endblock %} {% block content %}
{% if "/saved/" not in request.path and '/subscribed/' not in request.path %}
{% endif %}
{% include "submission_listing.html" %}
{% if FEATURES['USERS_PROFILE_SONG'] and u.song %} {% if v and v.id == u.id %}
{{v.username}}
{% else %}
{{u.username}}
{% endif %} {% endif %} {% if v %}
{% if v.patron or u.patron or v.alts_patron or u.alts_patron %}0{% else %}0.03{% endif %}
{{u.username}}
{% endif %} {% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% if not request.path.endswith('/comments') %} {% endif %} {% if v and v.id != u.id and '/comments' not in request.path %} {% include "emoji_modal.html" %} {% endif %} {% endblock %} {% block GIFpicker %} {% endblock %}