{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果 {% endblock %} {% block content %}

以下の表のような結果になりました。

あなたの生産量: {{ player.units }} 個
相手の生産量: {{ other_player_units }} 個
総生産量: {{ group.total_units }} 個
販売価格: {{ Constants.total_capacity }} – {{ group.total_units }} = {{ group.unit_price }}
あなたの利益: {{ player.payoff }}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}