{{ extends 'global/Page.html' }} {{ block title }}結果{{ endblock }} {{ block content }}

あなたの選択: {{If player.Choice==1}}グー{{else}} {{If player.Choice==2}}チョキ {{else}}パー{{endif}}{{endif}}
コンピューターの選択: {{If player.Choice_PC==1}}グー{{else}} {{If player.Choice_PC==2}}チョキ {{else}}パー{{endif}}{{endif}}

あなたは勝ちました!/あいこでした/負けました...

{{ next_button }} {{ endblock }}