{% extends "global/Page.html" %} {% load otree %} {% block title %} 第2回計算問題結果 {% 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 == 1 %} {%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 %}
あなたは {{earning2}}% 正解したため、先ほど決定した事業規模(q)に対応する2回目の収入の上限額の {{earning2}}% が入ります。
{% if id_in_group == victim %}


{% else %}


{% endif %}
最後に次の画面で今回の事業の決算結果を確認してください。{% next_button %}{% endblock %}