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

The results are shown in the following table.

Your firm produced: {{ player.quantity }} units
The other firm produced: {{ player.other_player.quantity }} units
Total production: {{ group.total_quantity }} units
Unit selling price: {{ Constants.total_capacity }} – {{ group.total_quantity }} = {{ group.price }}
Your profit: {{ player.payoff }}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}