{% extends "global/Page.html" %} {% load otree static %} {% block title %} 結果 {% endblock %} {% block content %} {% if player.id_in_group == 1 %}
あなたは参加者Bに {{ group.sent_amount }} 点送りました. 参加者Bは {{ group.sent_back_amount }} 点送り返しました.
{% else %}参加者Aはあなたに {{ group.sent_amount }} 点送りました. あなたは参加者Aに {{ group.sent_back_amount }} 点送り返しました.
{% endif %}したがって,あなたの持ち点は {{ player.payoff }} です.
{% next_button %} {% endblock %}