{% for each in data %} {% endfor %}
玩家 场次 PR 胜率 场均击杀 最高击杀 场均伤害 最高伤害 场均经验 最高经验 场均击落 最高击落
{{ each['index'] }} {% if each['tag'] %} [{{ each['tag'] }}] {% endif %} {{ each['userName'] }} {{ each['battles'] }} {{ each['pr'] }} {{ each['wins'] }}% {{ each['frags'] }} {{ each['maxFrags'] }} {{ each['damage'] }} {{ each['maxDamage'] }} {{ each['xp'] }} {{ each['maxXp'] }} {{ each['planesDestroyed'] }} {{ each['maxPlanesDestroyed'] }}