{{ extends "global/Page.html" }} {{ load staticfiles otree }} {{ block title }} Results ( Round {{ round_number }} of {{Constants.num_rounds}}) {{ endblock }} {{ block content }}

This round

{{ for p in player.get_others_in_group }} {{ endfor }}
You contributed:{{ player.choice }}
Other participants contributed:
{{ p.choice }}
Total contribution:{{ group.total_choices }}
Total earnings from the project: {{ group.total_earnings }}

Your earnings from the project:{{ group.individual_share }}
You kept: {{kept}}

Thus in total you earned: {{ player.payoff }}

{{ if player.round_number > 1 }}

History

{{ for j in table_hist }} {{ for i in j }} {{ endfor }} {{ endfor }}
Round Your contribution Your earnings from the project Your total earnings
{{i}}
{{ endif }}
 
{{ endblock }} {{ block scripts }} {{ endblock }}