{% extends "default.html" %} {% if u and u.profilecss %} {% block stylesheets %} {% if v %} {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} {% endif %} {% if u and u.profilecss %} {% endif %} {% endblock %} {% endif %} {% block pagetype %}userpage{% endblock %} {% block title %} {{u.username}}'s profile - {{"SITE_NAME" | app_config}} {% if u.is_private %} {% endif %} =1 and not u.is_private and not u.is_nofollow %}{{u.stored_subscriber_count}} Followers - {% endif %}{% if not u.is_private %}{{u.post_count}} Posts - {{u.comment_count}} Comments - {% endif %}{{u.bio}}" /> =1 and not u.is_private and not u.is_nofollow %}{{u.stored_subscriber_count}} Followers -{% endif %} {% if not u.is_private %} {{u.post_count}} Posts - {{u.comment_count}} Comments -{% endif %} {{u.bio}}" /> {% endblock %} {% block desktopUserBanner %}
{% if u.is_suspended %}
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{{u.unban_string}}
{% endif %}

{{u.username}}

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

{% endif %}
{{u.coins}} {{"SITE_NAME" | app_config}}coins   {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   {% endif %}joined {{u.created_date}}
{% if u.bio_html %}

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

No bio...

{% endif %} {% if u.bio_html and v %} {% endif %}
{% if v and v.id != u.id %} Unfollow Follow Message Get them help

							
							

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

   
   

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


						{% if u.agendaposter %}
							Disable Agendaposter Theme
						{% else %}
							
{% endif %}


						{% if u.shadowbanned %} 
							Unshadowban
						{% else %}
							Shadowban
						{% endif %}

						

						

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

						

User ID: {{u.id}}

{% if u.is_private %}

User has private mode enabled.

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

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

{% endif %}

Alts:

    {% for account in u.alts %}
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • {% endfor %}
{% endif %}
{% for b in u.badges %} {% if b.url %} {% else %} {% endif %} {% endfor %}
{% endblock %} {% block mobileUserBanner %}
{% if u.is_suspended %}
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{{u.unban_string}}
{% endif %}

{{u.username}}

{% if u.username != u.original_username %} {% endif %} {% if v and v.has_follower(u) and not v.is_nofollow %} Follows you {% endif %} {% if u.customtitle %}

{{u.customtitle | safe}}

{% endif %}
{{u.coins}} {{"SITE_NAME" | app_config}}coins  {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   {% endif %}
joined {{u.created_date}}
{% if u.bio_html %}

{{u.bio_html | safe}}

{% endif %}
{% for b in u.badges %} {% if b.url %} {% else %} {% endif %} {% endfor %}
{% if v and v.id == u.id %} Edit profile Profile views {% endif %} {% if v and v.id != u.id %} Unfollow Follow Message Get them help

						
						

						
						 
						
						 
						
						 
						
						 
						
						 
						
					
{% if v.admin_level > 1 and u.admin_level <= 1 %}

   
   

						{% if u.is_banned %}
							


{% else %}


{% endif %}


						{% if u.agendaposter %}
							Disable Agendaposter Theme
						{% else %}
							
{% endif %}


						{% if u.shadowbanned %} 
							Unshadowban
						{% else %}
							Shadowban
						{% endif %}
						
						

						

						

						

User ID: {{u.id}}

{% if u.is_private %}

User has private mode enabled.

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

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

{% endif %}

Alts:

    {% for account in u.alts %}
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • {% endfor %}
{% endif %} {% endif %}
{% endblock %} {% block content %}
{% if not "saved" in request.full_path %}
{% endif %}
{% include "submission_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% endblock %} {% block GIFpicker %} {% if v %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% endif %} {% endblock %}