{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
You contributed:{{ player.contribution }}
Other participants contributed:
{{ p.contribution }}
Total contribution:{{ group.total_contribution }}

Total earnings from the project:{{ total_earnings }}
Your earnings from the project:{{ group.individual_share }}

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

{% next_button %} {% include Constants.instructions_template %} {% endblock %}