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

The results are shown in the following table.

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