{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果({{subsession.round_number}}/{{Constants.num_rounds}}ラウンド) {% endblock %} {% block content %}
| あなたの投資額 | {{ player.contribution }} |
| 他参加者の投資額 | |
| {{ p.contribution }} | |
| 投資の総額 | {{ group.total_contribution }} |
| プロジェクトから得られた総収益 | {{ total_earnings }} |
| プロジェクトから得られたあなたの総収益 | {{ group.individual_share }} |
| 以上より、あなたの収益は | {{ player.payoff }} |