| # | 队伍 | {% if tab != 'mcq' %}CTF Flags | {% endif %} {% if tab != 'ctf' %}MCQ 正确 | {% endif %} {% if tab == 'combined' %}综合分 | {% endif %}
|---|---|---|---|---|
| {{ loop.index + offset }} |
{{ team.name[:2] | upper }}
{{ team.name }}
|
{% if tab != 'mcq' %}
|
{% endif %}
{% if tab != 'ctf' %}
{{ team.quiz_correct | default(0) }} | {% endif %} {% if tab == 'combined' %}{{ team.combined_score | default(0) }} | {% endif %}
暂无队伍数据