{{ extends "global/Page.html" }} {{ block title }}選擇回合{{ endblock }} {{ block content }} {{ if group.random_table == 1 }} {{ if player.random_group == 3 }} 本回合,你被分到 3 人一組的組別 {{endif}} {{endif}} {{ if group.random_table == 2 }} {{ if player.random_group == 2 }} 本回合,你被分到 3 人一組的組別 {{endif}} {{endif}} {{ if group.random_table == 3 }} {{ if player.random_group == 1 }} 本回合,你被分到 3 人一組的組別 {{endif}} {{endif}}

本回合您的報酬表為

{{ if player.random_group == 1 }}
α 最多人選 β 最多人選 γ 最多人選
12 2 9
{{ elif player.random_group == 2 }}
α 最多人選 β 最多人選 γ 最多人選
9 12 2
{{else}}
α 最多人選 β 最多人選 γ 最多人選
2 9 12
{{ endif }} {{ formfields }} {{ next_button }} {{ endblock }}