{{ username }}
共 {{ recommendations|length }} 张推荐谱面 · player #{{ player_id }}
{{ mode }}
推荐列表
{% for item in recommendations %}
#{{ loop.index }}
♪
{{ item.title }}
#{{ item.map_id }}
⭐ {{ "%.2f"|format(item.stars) }}
{{ item.mod_str }}
{{ item.pred_pp|int }}pp
predicted
{{ "%.2f"|format(item.pred_acc) }}%
{% endfor %}