{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% 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 }}
Individual Share{{ group.individual_share }}
Your payoff{{ player.payoff }}
Cumulative payoff{{ participant.payoff }}
{% next_button %} {% endblock %}