{% extends "CHRISTMAS/default.html" %} {% block pagetype %}userpage{% endblock %} {% block title %} {{u.username}}'s profile - {{'SITE_NAME' | app_config}} {% if u.is_private %} {% endif %} {% if u and u.profilecss and (u.admin_level or not (v and v.admin_level)) %} {% 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 %}
·
#{{u.id}}
{% if u.bio_html %}
{{u.bio_html | safe}}
{% else %}

No bio...

{% endif %}
{% if u.received_awards %} {% endif %} {% if u.badges %} {% endif %} {% if u.friends_html or u.enemies_html %}
{% if u.friends_html %}

Friends

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

Enemies

{{u.enemies_html | safe}} {% endif %}
{% 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 %}
{% endblock %} {% block subHeader2 %}
{% endblock %} {% block content %}
{% if v and v.admin_level > 1 and u.agendaposter %}
{{ u.username }} has Agendaposter theme activated
{% endif %} {% if u.is_suspended %}
{{ u.username }} was banned by @{{u.banned_by.username}}
{% if u.unban_utc %}
{{u.unban_string}}
{% endif %}
{% endif %} {% if v and v.admin_level > 1 and u.shadowbanned %}
{{ u.username }} is shadowbanned
{% endif %}
{% if not "saved" in request.full_path %}
{% include "CHRISTMAS/dropdowns/SubmissionSorts.html" %}
{% endif %} {% if listing %}
{% if page>1 %} Prev {% else %} Prev {% endif %} {% if next_exists %} Next {% else %} Next {% endif %}
{% endif %}
{% if u.song and v and v.mute and not u.unmutable %} Pause anthem {% endif %} {% endblock %} {% block sidebar %} {% include "CHRISTMAS/sidebars/ProfileSidebar.html" %} {% endblock %} {% block modals %} {% if v %} {% include "CHRISTMAS/emoji_modal.html" %} {% include "CHRISTMAS/gif_modal.html" %} {% include "CHRISTMAS/modals/ModalGiftCoins.html" %} {% if v.admin_level > 1 %} {% include "CHRISTMAS/modals/ModalAdminManageUser.html" %} {% endif %} {% endif %} {% endblock %} {% block scripts %} {% if v %} {% endif %} {% if u.song %} {% endif %} {% endblock %}