{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block title %} {% if u and u.profilecss and (u.admin_level or not (v and v.admin_level)) %} {% endif %}
{% if u.quadrant %}{% endif %}{{u.customtitle | safe}}
{% else %} {% endif %}Based Count: {{u.basedcount}}
{% endif %} {% if u.bio_html %} {% if request.host == 'rdrama.net' and u.id == 2050 %}No bio...
{% endif %} {% if u.friends_html %}Friends:
{% if request.host == 'rdrama.net' and u.id == 2050 %} {{u.bio_html | safe}} {% else %} {{u.friends_html | safe}} {% endif %} {% 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 %}User ID: {{u.id}}
Coins spent: {{u.coins_spent}}
{% if v and v.admin_level > 1 %}True score: {{u.truecoins}}
{% if u.is_private %}User has private mode enabled.
{% endif %} {% 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 %}User ID: {{u.id}}
Coins spent: {{u.coins_spent}}
{% if v and v.admin_level > 1 %}True score: {{u.truecoins}}
{% if u.is_private %}User has private mode enabled.
{% endif %} {% endif %} {% if v and (v.admin_level > 1 or v.alt) %} Alts:Banned by: @{{u.banned_by.username}}
{% endif %}