{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %}
| 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 }} |