{{ block title }}

最終結果

{{ endblock }} {{ block content }}
あなたの生産量: {{ player.units }} units
相手の生産量: {{ for p in player.get_others_in_group }} {{ p.units }} units {{ endfor }}
合計生産量: {{ group.total_units }} units
市場価格: {{ Constants.total_capacity }} – {{ group.total_units }} = {{ group.unit_price }}
獲得ポイント: {{ player.payoff }}
合計獲得ポイント: {{ player.total_payoff }}
{{ next_button }} {{ include Constants.instructions_template }} {{ endblock }}