{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果({{subsession.round_number}}/{{Constants.num_rounds}}ラウンド) {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
あなたの投資額{{ player.contribution }}
他参加者の投資額
{{ p.contribution }}
投資の総額{{ group.total_contribution }}

プロジェクトから得られた総収益{{ group.total_earnings }}
プロジェクトから得られたあなたの総収益{{ group.individual_share }}

以上より、あなたの収益は{{ player.payoff }}

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