{% extends "layout.html" %} {% block title %}Profile - {{ user.nickname }}{% endblock %} {% block content %}

 {{ user.nickname }}

{% if user.public %} {% if user.bio_text == None %} This user's profile bio is empty! {% else %} {{ user.bio_text }} {% endif %} {% else %} This user profile is set to private {% endif %} {% if user.id == g.user.id %} {% endif %}
{% if user.public %}
{{ user.nickname }}
TS Points {{ user.points_from_ts3 }}
Events Points {{ user.points_from_events }}
Forum Points {{ user.points_from_forum }}
Last Seen {{ user.last_seen | js_datetime }}
Member Since {{ user.created | js_datetime }}
{% if not user.winrate_data['data'] %}

No data compiled, check back tomorrow!

{% else %} {% endif %} {% endif %}
{% endblock %} {% block pagescripts %} {##} {% endblock %}