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

Results ( Round {{ round_number }} of {{Constants.num_rounds}}).

{% 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 }}

{% next_button %} {% endblock %}