{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block title %} {{u.username}}'s profile - {{'SITE_NAME' | app_config}} {% if u.is_private %} {% endif %} {% endblock %} {% block subHeader %}
{% if v %}
{% endif %}
Your avatar

{{ u.username }}

{% if u.verified %} {% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %} {% elif u.admin_level == 1 and v and v.admin_level > 1 %} {% endif %} {% if v and v.has_follower(u) and not v.is_nofollow %} Follows you {% endif %} {% if u.customtitle %}

{% if u.quadrant %} {% endif %}{{u.customtitle | safe}}

{% endif %}
rDramanaut since {{u.created_date}}
{% if u.username != u.original_username %}
·
a.k.a. @{{u.original_username}}
{% endif %}
{% if u.id == v.id or not u.is_private %} {% endif %}
{% if u.bio_html %}
{{u.bio_html | safe}}
{% else %}

No bio...

{% endif %}
{% if u.id == v.id or not u.is_private %} {% endif %} {% if u.badges %} {% endif %}
{% if u.friends_html %}

Friends

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

Enemies

{{u.enemies_html | safe}} {% endif %}
{% endblock %} {% block subHeader2 %}
{% endblock %} {% block content %}
{% if u.is_suspended %}
{{ u.username }} was banned by @{{u.banned_by.username}}
{% endif %}
{% if not "saved" in request.full_path %}
{% include "/dropdowns/SubmissionSorts.html" %}
{% endif %} {% if listing %}
{% if page>1 %} Prev {% else %} Prev {% endif %} {% if next_exists %} Next {% else %} Next {% endif %}
{% endif %}
{% endblock %} {% block sidebar %} {% include "/sidebars/ProfileSidebar.html" %} {% endblock %} {% block modals %} {% if v %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% include "/modals/ModalDirectMessage.html" %} {% include "/modals/ModalGiftCoins.html" %} {% if v.admin_level > 1 %} {% include "/modals/ModalAdminManageUser.html" %} {% endif %} {% endif %} {% endblock %} {% block scripts %} {% if v %} {% endif %} {% if u.song %} {% endif %} {% endblock %}