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

The results are shown in the following table.

{% for p in player.get_others_in_group %} {% endfor %} {% for p in player.get_others_in_group %} {% endfor %}
Total production: {{ group.total_units }} units
Unit selling price: {{ group.total_capacity }} – {{ group.total_units }} = {{ group.unit_price }}
Your firm produced: {{ player.units }} units
Your profit: {{ player.payoff }}
The other firms produced:{{ p.units }} units
The other firms earned profits of:{{ p.payoff }} points
{% endblock %} {% block title %} Previous Round Results {% endblock %} {% block content %}

The previous round's results are shown in the following table.

Total production in previous round: {{ group.prev_total_units }} units
{% next_button %} {% include Constants.instructions_template %} {% endblock %}