{% 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 %} {% block desktopUserBanner %}
{% if u.is_suspended %}
BANNED USER {% if u.ban_reason %}: {{u.ban_reason | safe}} {% endif %}
{% if u.unban_utc %}
{{u.unban_string}}
{% endif %} {% endif %}

{{u.username}}

{% if u.username != u.original_username %} {% endif %} {% if FEATURES['HOUSES'] and u.house %} House {{u.house}} {% endif %} {% if u.verified %} {% endif %} {% if u.admin_level > 1 %} {% 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 >= 2 -%} 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 {% if v.admin_level > 2 %} {% if SITE != 'rdrama.net' %} Make admin {% endif %} Remove admin {% if u.admin_level > 1 %} Revert admin actions {% endif %} {% endif %}

							
							

							
							 
							
							 
							
							 
							
							 
							
						
{{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 %} {% if v and v.id != u.id and v.admin_level > 1 %}

   
   

						{% if u.is_suspended %}
							
{% else %}
{% endif %}


						
Disable Chud Theme


						Shadowban

						Unshadowban


						


						

						

						

						{% if FEATURES['COUNTRY_CLUB'] -%}
						
						
						{%- endif %}

						{% endif %}
					

					

User ID: {{u.id}}

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

{% if u.is_private %}

User has private mode enabled.

{% endif %} {% if v and (v.admin_level > 1 or v.alt) %} Alts:
    {% for account in u.alts_unique %}
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • {% endfor %}
{% endif %} {% if u.is_suspended %}

Banned by: @{{u.banned_by.username}}

{% endif %}
{% if FEATURES['BADGES'] -%}
{% for b in u.badges %} {% if b.url %} {{b.name}} {% else %} {{b.name}} {% endif %} {% endfor %}
{%- endif %}
{% endblock %} {% block mobileUserBanner %}
{% if u.hat_active -%} {%- endif %} {% if u.is_cakeday %} {% endif %}
{% if u.is_suspended %}
BANNED USER{% if u.ban_reason %}: {{u.ban_reason | safe}}{% endif %}
{% if u.unban_utc %}
{{u.unban_string}}
{% endif %} {% endif %}

{{u.username}}

{% if u.username != u.original_username %} {% endif %} {% if FEATURES['HOUSES'] and u.house %} House {{u.house}} {% endif %} {% if u.verified %}   {% endif %} {% if u.admin_level > 1 %} {% 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 >= 2 -%}
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 {% if v.admin_level > 2 %} {% if SITE != 'rdrama.net' %} Make admin {% endif %} Remove admin {% if u.admin_level > 1 %} Revert admin actions {% endif %} {% endif %}

						 
						
						

						
						 
						
						 
						
						 
						
						 
						
					
{{u.username}} will receive 0 coins
{{u.username}} will receive 0 marseybux
{% if v.admin_level > 1 %} {% if FEATURES['COUNTRY_CLUB'] -%} {%- endif %}

   
   

						{% if u.is_suspended %}
							
{% else %}


{% endif %}


						
Disable Chud Theme


						Shadowban

						Unshadowban


						


						

						

						
{% endif %} {% endif %}

				

User ID: {{u.id}}

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

{% if u.is_private %}

User has private mode enabled.

{% endif %} {% if v and (v.admin_level > 1 or v.alt) %} Alts:
    {% for account in u.alts_unique %}
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • {% endfor %}
{% endif %} {% if u.is_suspended %}

Banned by: @{{u.banned_by.username}}

{% 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 %}