{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
Your contribution{{ player.contribute }}
Others in your group contributed:
{{ p.contribute }}

group total{{ group.sum }}
Effective group total{{ group.sum_effective }}
Individual Share{{ group.individual_share }}

Your payoff{{ player.payoff }}
Cumulative payoff{{ participant.payoff }}

{% next_button %} {% endblock %}