{% extends "default.html" %} {%- import 'component/sorting_time.html' as sorting_time -%} {% block pagetype %}userpage{% endblock %} {% block title %} {% if u and u.profilecss and not request.values.get('nocss') %} {% endif %}
{{u.customtitle | safe}}
{% else %} {% endif %} {% if v and v.admin_level >= 2 %} {% endif %}No bio...
{% endif %} {% if u.friends_html %}Friends:
{{u.friends_html | safe}} {% endif %} {% if u.enemies_html %}Enemies:
{{u.enemies_html | safe}} {% endif %} {% if FEATURES['AWARDS'] and u.received_awards %}Awards received
{% for a in u.received_awards %} x{{a['count']}} {% endfor %}User ID: {{u.id}}
{% if u.is_private %}User has private mode enabled.
{% endif %} {% if v and v.admin_level >= 2 %} Alts:Banned by: @{{u.banned_by.username}}
{% endif %}{{u.customtitle | safe}}
{% else %} {% endif %} {% if v and v.admin_level >= 2 %} {% 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 FEATURES['AWARDS'] and u.received_awards %}Awards received
{% for a in u.received_awards %} x{{a['count']}} {% endfor %}User ID: {{u.id}}
{% if u.is_private %}User has private mode enabled.
{% endif %} {% if v and v.admin_level >= 2 %} Alts:Banned by: @{{u.banned_by.username}}
{% endif %}