{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %} {% for p in subsession.player_set.all %} {% endfor %} {% for p in subsession.player_set.all %} {% endfor %}
Round Threshold Contribution Player 1 Contribution Player 2 Contribution Player 3 Contribution Player 4 Average contribution Payoff Player 1 Payoff Player 2 Payoff Player 3 Payoff Player 4 Average payoff
{{ subsession.round_number }} {{ group.threshold }} {{ p.contribution }} {{ group.avg_contribution }} {{ p.payoff_r }}{{ group.avg_payoff }}

Summary of contributions and profits this round:

You are player: {{ player.id_in_group }}
The distribution rule: {{ group.distribution_rule }}
The group threshold: {{ group.threshold }}
Total group contribution: {{ group.total_contribution }}
Total group bonus: {{ group.bonus }}
Average contribution in your group: {{ group.avg_contribution }}
Your contribution: {{ player.contribution}}
Your payoff: {{ player.payoff_r }}

{% next_button %}

Help: If you have any questions, please raise your hand.

{% endblock %}