{% extends "global/Page.html" %} {% load otree %} {% block title %}Tur Sonuçları{% endblock %} {% block content %}

Siz {{ player.id_in_group }}. Oyuncu'sunuz.

Pasif hesabınızdaki puanları alabilmeniz için grup hesabında olması gereken puan:{{ C.THRESHOLD }} Puan
Grubunuzun birikimli katkısı:{% if subsession.round_number < 2 %} {{ group.total_round_cont }} {% else %} {{ cumulative_cont }} {% endif %}
Sizin birikimli katkınız:{{ player_total_cont }}
Birikimli ortak grup hesabı:{{ cum_common_pool }}
Pasif hesabınızdaki puanları alabilmeniz için oyun bitene kadar toplanması gereken puan:{{ remaining_threshold }}

Grubun Tur Geçmişi

{{ for g in group_in_all_rounds }} {{ endfor }}
Tur Grubun Tur Katkısı
{{ g.round_number }} {{ g.total_round_cont }}
{{ for x in average_round_contribution}} {{ endfor }}
Ortalama Tur Katkısı
{{ x }}

Oyuncuların Tur Geçmişi

{{ for f in first_player }} {{ endfor }}
Tur 1.Oyuncunun Kararı
{{ f.round_number }} {{ f.contribution }}
{{ for s in second_player }} {{ endfor }}
2.Oyuncunun Kararı
{{ s.contribution }}
{{ for t in third_player }} {{ endfor }}
3.Oyuncunun Kararı
{{ t.contribution }}
{{ for x in fourth_player }} {{ endfor }}
4.Oyuncunun Kararı
{{ x.contribution }}
{{ for z in fifth_player }} {{ endfor }}
5.Oyuncunun Kararı
{{ z.contribution }}
{{ for t in sixth_player }} {{ endfor }}
6.Oyuncunun Kararı
{{ t.contribution }}

Oyuncuların Mevcut Durumu

1.Oyuncu 2.Oyuncu 3.Oyuncu 4.Oyuncu 5.Oyuncu 6.Oyuncu
Ortak Hesaba Katkı {{ p1totcont }} {{ p2totcont }} {{ p3totcont }} {{ p4totcont }} {{ p5totcont }} {{ p6totcont }}
Mevcut Aktif Hesap {{ p1_curr_endow }} {{ p2_curr_endow }} {{ p3_curr_endow }} {{ p4_curr_endow }} {{ p5_curr_endow }} {{ p6_curr_endow }}
{% next_button %} {% endblock %}