{% extends "default.html" %} {% if u and u.profilecss %} {% block stylesheets %} {% if v %} {% else %} {% endif %} {% if u and u.profilecss %} {% endif %} {% endblock %} {% endif %} {% block pagetype %}userpage{% endblock %} {% block title %} {{u.username}}'s profile - Drama {% if u.is_private %} {% endif %} {% endblock %} {% block desktopUserBanner %}
{% if u.is_banned %}
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{% if unban %}
until {{unban}}
{% endif %} {% endif %}

{{u.username}}

{% if u.username != u.original_username %} {% endif %} {% if u.admin_level > 1 %} {% 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.dramacoins}} Dramacoins   {% 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 > 0 and u.admin_level == 0 %}

   
   

						{% 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_banned %}
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{% if unban %}
until {{unban}}
{% endif %} {% 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.dramacoins}} Dramacoins  {% 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 > 0 and u.admin_level == 0 %}

   
   

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