{% 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 }} となりました。
{% endif %}
高速道路の施工が終わり、政府が補償金の額を確定しました。 {% if id_in_group == victim %}今回は {% if round_number == 2 %}権威的な政府のため政府の判断により、 {% elif round_number == 3 %}権威的な政府のため政府の判断により、 {% 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 %} となったため、補償金の余りの配分も踏まえると、あなたは最後の決算にて補償金として {{ receivingcompensationR }} 受け取ることができます。


{% else %}今回は {% if round_number == 2 %}権威的な政府のため政府の判断により、 {% elif round_number == 3 %}権威的な政府のため政府の判断により、 {% 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 %} となったため、補償金の余りの配分も踏まえると、あなたは最後の決算にて補償金として {{ payingcompensationR }} 支払わなくてはいけません。


{% endif %}
次に、事業後の収入を確定させる第2回計算問題の説明に進んでください。 {% formfields %} {% next_button %}{% endblock %}