avatar
{{ name_styled|safe }}
{% if name_badge %}{{ name_badge|safe }}{% endif %}
{{slogan}}
🪪UID: {{uid}}
Daily Counts
{% if heatmap_rows and weekday_labels %} {% for i in range(heatmap_rows|length) %} {% set row = heatmap_rows[i] %}
{{ weekday_labels[i] }}
{% for level in row %}
{% endfor %}
{% endfor %} {% else %}
{% endif %}
📊 Submission Details
{% for b in diff_bars %}
{{ b.label }}
{{ b.value }}
{% endfor %}
✅ PASSED
{{passed}}
💎 PASSED QUALITY(test...)
{{quality}}
⚔️ RATING
{{elo}}
👥 Following/Followers
{{following}} / {{followers}}
🏅 Prizes
{% if prize_rows and prize_rows|length > 0 %} {% for r in prize_rows %}
{{ r.left }}
{{ r.right_html|safe }}
{% endfor %} {% else %}
暂无记录
{% endif %}