{{ block title }} 結果 {{ endblock }} {{ block content }}

あなたの選択: {{if player.Choice == 1}}グー {{else}} {{if player.Choice == 2}}チョキ{{else}}パー{{endif}} {{endif}}
Otherの選択: {{if player.Choice_Other == 1}}グー {{else}} {{if player.Choice_Other == 2}}チョキ{{else}}パー{{endif}} {{endif}}

{{if player.Win == 0}}あいこ {{else}} {{if player.Win == 1}}勝ち{{else}}負け{{endif}} {{endif}}

{{ next_button }} {{ endblock }}