{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block pagetitle %}@{{u.username}}'s profile{% endblock %} {% block head_final %} {% if u and u.profilecss and not request.values.get('nocss') %} {% endif %} {% endblock %} {% import 'userpage/admintools.html' as userpage_admintools with context %} {% set hats_total = u.hats_owned_proportion_display[1] if u else 0 %} {% set hats_owned_percent = u.hats_owned_proportion_display[0] if u else '' %} {% block desktopUserBanner %}
{{u.pronouns}}
{% endif %} {% if u.customtitle %}{{u.customtitle | safe}}
{% endif %} {% if v and (v.id == u.id or v.admin_level >= PERMS['USER_VOTERS_VISIBLE']) -%} {%- endif %}Based Count: {{u.basedcount}}
{% endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] -%} {% if u.bio_html %}No bio...
{% endif %} {% if u.friends_html %}Friends:
Enemies:
Awards received
{% for a in u.received_awards %} x{{a['count']}} {% endfor %}Moderator of
{% for a in u.moderated_subs %} /h/{{a}} {% endfor %}User ID: {{u.id}}
Coins spent: {{u.coins_spent}}
True score: {{u.truescore}}
Winnings: {{u.winnings}}
= hats_total %}class="profile-owned-all-hats"{% endif %}>{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})
{% if u.is_private %}User has private mode enabled
{% endif %} {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} {% if v.admin_level >= PERMS['USER_LINK'] %} Alts: {% else %} Alts: {% endif %}{{u.pronouns}}
{% endif %} {% if u.customtitle %}{{u.customtitle | safe}}
{% endif %} {% if v and (v.id == u.id or v.admin_level >= PERMS['USER_VOTERS_VISIBLE']) -%} {%- endif %}Friends:
Enemies:
Awards received
{% for a in u.received_awards %} x{{a['count']}} {% endfor %}Moderator of
{% for a in u.moderated_subs %} /h/{{a}} {% endfor %}User ID: {{u.id}}
Coins spent: {{u.coins_spent}}
True score: {{u.truescore}}
Winnings: {{u.winnings}}
= hats_total %}class="profile-owned-all-hats"{% endif %}>{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})
{% if u.is_private %}User has private mode enabled
{% endif %} {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} {% if v.admin_level >= PERMS['USER_LINK'] %} Alts: {% else %} Alts: {% endif %}