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

The results are shown in the following table.

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