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

Siz {{ player.id_in_group }}. Kişi'siniz.

Tur Geçmişi

{{ for f in first_player }} {{ endfor }}
Tur
No
{{ f.round_number }}
Toplam Aktarım Kararları
{{ for f in first_player }} {{ endfor }}
1.Kişinin
Kararı
{{ f.contribution_low }}
{{ p1totcont }}
{{ for s in second_player }} {{ endfor }}
2.Kişinin
Kararı
{{ s.contribution_low }}
{{ p2totcont }}
{{ for t in third_player }} {{ endfor }}
3.Kişinin
Kararı
{{ t.contribution_low }}
{{ p3totcont }}
{{ for x in fourth_player }} {{ endfor }}
4.Kişinin
Kararı
{{ x.contribution_high }}
{{ p4totcont }}
{{ for z in fifth_player }} {{ endfor }}
5.Kişinin
Kararı
{{ z.contribution_high }}
{{ p5totcont }}
{{ for t in sixth_player }} {{ endfor }}
6.Kişinin
Kararı
{{ t.contribution_high }}
{{ p6totcont}}
{{ for t in dummy }} {{ endfor }}
Grubun Toplam
Aktarım Kararı
{{ t.total_round_cont }}
{{ cumulative_cont }}
{% next_button %} {% endblock %}