{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
The results are shown in the following table.
Your firm produced: | {{ player.units }} units |
The other firm produced: | {{ player.other_player.units }} units |
Total production: | {{ group.total_units }} units |
Unit selling price: | {{ Constants.total_capacity }} – {{ group.total_units }} = {{ group.price }} |
Your profit: | {{ player.payoff }} |
In addition, you get a participation fee: | {{ Constants.base_points }} |
In total, you receive: | {{ total_plus_base }} |