{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果 {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
あなたの貢献額:{{ player.contribution }}
ほかの参加者の貢献額:
{{ p.contribution }}
総貢献額:{{ group.total_contribution }}

事業から得られた総利益:{{ total_earnings }}
あなたが事業から得られた利益:{{ group.individual_share }}

以上より、あなたの利益:{{ player.payoff }}

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