{% extends "global/Page.html" %} {% load otree %} {% block title %} 第2回計算問題結果 {% endblock %} {% block content %} 
<img src="{% static "resettlementapp/第2回収入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> となりました。また、最後の決算にてあなたの
	{%if id_in_group == victim%}受け取れる
	{% else %}支払う
	{% endif %}
	単位補償金額(c)は <b>
	{% if round_number == 3 %} 
		{%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> です。
{% endif %}
</div>
あなたは <b>{{earning2}}%</b> 正解したため、先ほど決定した事業規模(q)に対応する２回目の収入の上限額の <b>{{earning2}}%</b> が入ります。<br>
{% if id_in_group == victim %}<p style="text-align:center;"><img src="{% static "resettlementapp/実験テーブルv.jpg" %}" style="max-width:100%;"/></p><br>
{% else %}<p style="text-align:center;"><img src="{% static "resettlementapp/実験テーブルo.jpg" %}" style="max-width:100%;"/></p><br>{% endif %}
<br>
最後に次の画面で今回の事業の決算結果を確認してください。{% next_button %}{% endblock %}