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

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

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

{{ next_button }} {{ endblock }}