{% if avatar %}
{% else %}
CF
{% endif %}
{{ name_styled|safe }}
{% if display_name != handle %}
{{ display_name }}
{% endif %}
{% if heatmap_rows %}
{% endif %}
{% else %}
📅 Activity Heatmap
{% for m in heatmap_months %}
{{ m.label }}
{% endfor %}
MonWedFri
{% for row in heatmap_rows %}
{% for lv in row %}
{% endfor %}
{% endfor %}
📈 Rating History
{% if chart_points and chart_points|length > 1 %}
{% set last_pt = chart_points[-1] %}
No rating data available
{% endif %}
📋 Statistics
Rating
Registered
{{ registration_str or '—' }}
Friends
{{ friend_of_count }}
🏁 Recent Contests
{% if recent_contests %}
{% for rc in recent_contests %}
{{ rc.contest_name }}
#{{ rc.rank }}
{{ '+' if rc.delta > 0 else '' }}{{ rc.delta }}
{% endfor %}
{% else %}
No contests recorded yet
{% endif %}
Total contests: {{ contest_count }}