Matches
{{ period.matches }}
Rating
{{ '%.2f'|format(period.avg_rating or 0) }}
K/D
{{ '%.2f'|format(period.avg_kd or 0) }}
ADR
{{ '%.1f'|format(period.avg_adr or 0) }}
KAST
{{ '%.1f%%'|format((period.avg_kast or 0) * 100) }}
Win Rate
{{ '%.0f%%'|format((period.win_rate or 0) * 100) }}
{% if period.sample_reliable %}
样本充足
{% else %}
样本不足,仅供参考
{% endif %}