{% extends "global/Page.html" %} {% load otree %} {% block title %} 今回の事業の収入結果 {% endblock %} {% block content %}
以下が今回の事業の収入結果です。
あなた町の収入: {{ player.payoff }}
他の二つの町の収入: {% for p in player.get_others_in_group %}{{ p.payoff }} {% endfor %}
{% formfields %}
以上で今回の第{{ round_number }}ラウンドの事業は終了となります。 {% if round_number == 5 %} よって本実験は終了となります。ご協力ありがとうございました。{% endif %} {% next_button %}{% endblock %}