{% if avatar %} {% else %}
CF
{% endif %}
{{ name_styled|safe }}
{% if display_name != handle %}
{{ display_name }}
{% endif %}
{% if organization %}🏛 {{ organization }}{% endif %}
{% if heatmap_rows %}
📅 Activity Heatmap
{% for m in heatmap_months %} {{ m.label }} {% endfor %}
MonWedFri
{% for row in heatmap_rows %}
{% for lv in row %} {% endfor %}
{% endfor %}
{% endif %}
📈 Rating History
{% if chart_points and chart_points|length > 1 %} {% set last_pt = chart_points[-1] %}
{% for band in rating_bands %} {% endfor %} {% for tick in chart_y_ticks %} {{ tick.value }} {% endfor %} {% for tick in chart_x_ticks %} {{ tick.label }} {% endfor %} {% for p in chart_points %} {% endfor %}
{% else %}
No rating data available
{% endif %}
📋 Statistics
Rating
Current
{{ rating }}
{{ rank_display }}
Max
{{ max_rating }}
{{ max_rank_display }}
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 }}