{% extends "global/Page.html" %} {% load otree %} {% block title %}補償額の決定{% endblock %} {% block content %} 
<img src="{% static "resettlementapp/補償発表1115.jpg" %}"width="100%" height="100%"/><br>
<div style="padding: 10px; margin-bottom: 10px; border: 1px solid #333333; background-color: #f0f8ff;">あなたはの役割は <b>{% if id_in_group == victim %}土地を提供する町{% else %}その他の町{% endif %}</b> です。
{% if border < 0%}今回はプロジェクトが破綻したため事業規模 <b>0</b>となりました。<br>
{% else %}今回のプロジェクトの事業規模(q)は <b>{{ divisionR }}</b> となりました。<br>{% endif %}</div>
高速道路の施工が終わり、政府が補償金の額を確定しました。 
{% if id_in_group == victim %}今回は
	{% if round_number == 2 %}権威的な政府のため政府の判断により、
	{% elif round_number == 3 %}権威的な政府のため政府の判断により、
	{% else %}民主的な政府のためあなた方の意見が反映され、{% endif %}
単位補償金額(c)が <b>
	{% 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 %}</b> となったため、補償金の余りの配分も踏まえると、あなたは最後の決算にて補償金として <b>{{ receivingcompensationR }}</b> 受け取ることができます。<br> 
	<p style="text-align:center;"><img src="{% static "resettlementapp/実験テーブルv.jpg" %}" style="max-width:100%;"/></p><br>
{% else %}今回は
{% if id_in_group == victim %}今回は
	{% if round_number == 2 %}権威的な政府のため政府の判断により、
	{% elif round_number == 3 %}権威的な政府のため政府の判断により、
	{% else %}民主的な政府のためあなた方の意見が反映され、{% endif %}
単位補償金額(c)が <b>
	{% 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 %}</b> となったため、補償金の余りの配分も踏まえると、あなたは最後の決算にて補償金として <b>{{ payingcompensationR }}</b> 支払わなくてはいけません。<br>
	<p style="text-align:center;"><img src="{% static "resettlementapp/実験テーブルo.jpg" %}" style="max-width:100%;"/></p><br>
{% endif %}
<br>
次に、事業後の収入を確定させる第２回計算問題の説明に進んでください。 {% formfields %} {% next_button %}{% endblock %}