{% extends "_base.html" %} {% block title %}舞立方战力分析{% endblock %} {% block page_heading %}🎵 {{ pageTitle or '舞立方战力分析' }}{% endblock %} {% block content %} {{ render_personal_info(avatarUrl, playerName, powerValue, points, playedNumbers, teamName, teamPosition) }}

⭐ Best 30 ({{ best30Count }})

{% for score in best30 %} {{ render_score_card(score) }} {% endfor %}

🕐 Recent 30 ({{ recent30Count }})

{% for score in recent30 %} {{ render_score_card(score) }} {% endfor %}
{% endblock %}