{% extends "default.html" %} {%- import 'component/sorting_time.html' as sorting_time -%} {% block pagetype %}userpage{% endblock %} {% block title %} {% if u and u.profilecss and not request.values.get('nocss') %} {% endif %} {{u.username}}'s profile - {{SITE_TITLE}} {% endblock %} {% block desktopUserBanner %}
{% if u.is_suspended %}
BANNED USER{% if u.ban_reason %}: {% if u.ban_reason_link %}{% endif %} {{u.ban_reason | safe}} {% if u.ban_reason_link %}{% endif %} {% endif %}
{% if u.unban_utc %}
>{{u.unban_string}}
{% endif %} {% endif %}

{{u.username}}

{% if u.username != u.original_username %} {% endif %} {% if u.verified %} {% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level >= 2)) %} {% endif %} {% if v 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 u.customtitle %}

{{u.customtitle | safe}}

{% else %}

				{% endif %}
				
				{% if v and v.admin_level >= 2 %}
					
				{% endif %}

				

				{% 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 %} {% if FEATURES['AWARDS'] and u.received_awards %}

Awards received

{% for a in u.received_awards %} x{{a['count']}} {% endfor %}
{% endif %}
{% if v and v.id != u.id %} Unfollow Follow Message {% if v and v.admin_level >= 3 %} Make admin Remove admin {% if u.admin_level > 1 %} Revert admin actions {% endif %} {% endif %}
{{forms.formkey(v)}}

							
							

							
							 
							
							 
							
							 
							
						
{% elif v and v.id == u.id %} Edit profile Profile views {% endif %} {% if v and v.id != u.id and v.admin_level >= 2 %}

{{forms.formkey(v)}}
   

						{% if u.is_suspended %}
							
{{forms.formkey(v)}}
{% else %}
{{forms.formkey(v)}}
{% endif %}

						


						Shadowban

						Unshadowban


						

						
						{% if v and v.admin_level >= 3 %}
							Verify
							Unverify
						{% endif %}

						

						

						

						
						
						{% endif %}
					{% if v and v.admin_level >= PERMS['USER_SET_PROFILE_PRIVACY'] %}
						Set Private Mode
						Unset Private Mode
					{% endif %}
					

					

User ID: {{u.id}}

{% if u.is_private %}

User has private mode enabled.

{% endif %} {% if v and v.admin_level >= 2 %} 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 %}
{% for b in u.badges %} {% if b.url %} {{b.name}} {% else %} {{b.name}} {% endif %} {% endfor %}
{% endblock %} {% block mobileUserBanner %}
@{{u.username}}'s banner p
{% 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 u.verified %}   {% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level >= 2)) %} {% endif %} {% if v and v.has_follower(u) and not v.is_nofollow %} Follows you {% endif %} {% if u.customtitle %}

{{u.customtitle | safe}}

{% else %}

				{% endif %}

				{% if v and v.admin_level >= 2 %}
					
				{% endif %}

				
				{% 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 %} {% if FEATURES['AWARDS'] and u.received_awards %}

Awards received

{% for a in u.received_awards %} x{{a['count']}} {% 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 v and v.id != u.id %} Unfollow Follow Message {% if v and v.admin_level >= 3 %} Make admin Remove admin {% if u.admin_level > 1 %} Revert admin actions {% endif %} {% endif %}

						{{forms.formkey(v)}} 
						
						

						
						 
						
						 
						
						 
						
					
{% if v and v.admin_level >= 2 %}

{{forms.formkey(v)}}
   

						{% if u.is_suspended %}
							
{% else %}
{{forms.formkey(v)}}

{% endif %}

						


						Shadowban

						Unshadowban


						


						{% if v and v.admin_level >= 3 %}
							Verify
							Unverify
						{% endif %}

						

						

						
{% endif %} {% endif %} {% if v and v.admin_level >= PERMS['USER_SET_PROFILE_PRIVACY'] %} Set Private Mode Unset Private Mode {% endif %}

				

User ID: {{u.id}}

{% if u.is_private %}

User has private mode enabled.

{% endif %} {% if v and v.admin_level >= 2 %} 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 %} {% block userpage_nav %}
{% if not "saved" in request.full_path %}
{{sorting_time.sort_dropdown(sort, t, SORTS_POSTS)}}
{% endif %} {% endblock %} {% block userpage_content required %}{% endblock %} {% 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 %} {% endblock %} {% block GIFpicker %} {% endblock %}