{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block title %} {% if u and u.profilecss and not request.values.get('nocss') %} {% endif %}
{% if u.quadrant %}{% endif %}{{u.customtitle | safe}}
{% else %} {% endif %}Based Count: {{u.basedcount}}
{% endif %} {% if u.bio_html %}No bio...
{% endif %} {% if u.friends_html %}Friends:
{{u.friends_html | safe}} {% endif %} {% if u.enemies_html %}Enemies:
{{u.enemies_html | safe}} {% endif %} {% if u.received_awards %}Awards received
{% for a in u.received_awards %} x{{a['count']}} {% endfor %}Moderator of
{% for a in u.moderated_subs %} /s/{{a['sub']}} {% endfor %}User ID: {{u.id}}
Coins spent: {{u.coins_spent}}
True score: {{u.truecoins}}
Winnings: {{u.winnings}}
{% if u.is_private %}User has private mode enabled.
{% endif %} {% if v and (v.admin_level > 1 or v.alt) %} Alts:Banned by: @{{u.banned_by.username}}
{% endif %}{% if u.quadrant %}{% endif %}{{u.customtitle | safe}}
{% else %} {% endif %}{{u.bio_html | safe}}
{% endif %} {% if u.friends_html %}Friends:
{{u.friends_html | safe}} {% endif %} {% if u.enemies_html %}Enemies:
{{u.enemies_html | safe}} {% endif %} {% if u.received_awards %}Awards received
{% for a in u.received_awards %} x{{a['count']}} {% endfor %}Moderator of
{% for a in u.moderated_subs %} /s/{{a['sub']}} {% endfor %}User ID: {{u.id}}
Coins spent: {{u.coins_spent}}
True score: {{u.truecoins}}
Winnings: {{u.winnings}}
{% if u.is_private %}User has private mode enabled.
{% endif %} {% if v and (v.admin_level > 1 or v.alt) %} Alts:Banned by: @{{u.banned_by.username}}
{% endif %}