{% extends "global/Page.html" %} {% load otree %} {% block title %} 今回の事業の収入結果 {% endblock %} {% block content %}
あなたはの役割は {% if id_in_group == victim %}土地を提供する町{% else %}その他の町{% endif %} です。 {% if border < 0%}今回はプロジェクトが破綻したため事業規模 0となりました。よって補償も発生しません。
{% else %}今回のプロジェクトの事業規模(q)は {{ divisionR }} となりました。また、最後の決算にてあなたの {%if id_in_group == victim%}受け取れる {% else %}支払う{% endif %} 単位補償金額(c)は {% if round_number == 2 %} {%if id_in_group == victim%}{{compensationP2victim}} {% else %}{{compensationP2}}{% endif %} {% elif round_number == 4 %} {%if id_in_group == victim%}{{compensationP2victim}} {% else %}{{compensationP2}}{% endif %} {% else %} {%if id_in_group == victim%} {{compensationRv}} {% else %}{{ compensationR }}{% endif %} {% endif %} です。 {% endif %}
以下が今回の事業の収入結果です。
あなた町の収入: {{ player.payoff }}
他の二つの町の収入: {% for p in player.get_others_in_group %}{{ p.payoff }}{% endfor %}

また、ラウンド開始前のゲーム結果より、事業がない場合の収入は {{aveincome}} と推定されます。

{% if id_in_group == victim %}


{% else %}


{% endif %} {% formfields %} 以上で第{{ round_number }}ラウンドの事業は終了となります。 {% if round_number == 4 %}よって本実験は終了となります。ご協力ありがとうございました。{% endif %} {% next_button %}{% endblock %}