{{ extends "global/Page.html" }} {{ block title }}Yatırım Kararı{{ endblock }} {{ block title }} {{ subsession.round_number }}. Tur {{ endblock }} {{ block content }} Siz {{ player.id_in_group }}. Kişi'siniz.
X Hesabınızın Son Durumu:{{ if subsession.round_number == 1 }} {{ C.ENDOWMENT }} {{ else }} {{ current_endowment }} {{ endif }}
Grup Hesabı'nın Son Durumu:{{ if subsession.round_number == 1 }} 360 Puan{{ else }}{{ cum_common_pool }} {{ endif }}
Grup Hesabı'nın 600 puana ulaşması için gereken puan:{% if subsession.round_number < 2 %} 240 Puan{% else %} {{ remaining_threshold }} {% endif %}
{{ formfields }}
{{ next_button }}

{{ include C.INSTRUCTION_SUMMARY_TEMPLATE }} {{ endblock }}