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