{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{round_number}} {% endblock %} {% block content %} {% if round_number > 1 %}
前ラウンドで、あなたは{{my_decision_latest}}を、対戦相手は{{opponent_decision_latest}}を選びました。
あなたの得点は{{profit_latest}}点、対戦相手の得点は{{AI_profit_latest}}点でした。
あなたの合計得点は{{profit_accumulation_latest}}点、対戦相手の合計得点は{{AI_profit_accumulation_latest}}点です。
チョキかパーか、どちらかを選んでください。
| 勝敗決定の場合 | チョキは5点、パーは0点 |
|---|---|
| あいこの場合 | チョキ同士は、互いに1点 |
| パー同士は、互いに3点 |