{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} Round {{ subsession.round_number }}



{% for p in player.get_others_in_group %} {% endfor %}
Your contribution {{ player.contribute }}
Other participants' contribution:
{{ p.contribute }}

Your group total:{{ group.sum }}{% if group.sum > 6 %}😀{% else %}😔{% endif %}
Your individual share:{{ group.individual_share }}

Your payoff:{{ player.payoff }}

Your cumulative payoff:{{ participant.payoff }}

{% next_button %} {% endblock %}