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

Your firm decided to produce {{ player.units }}. All of the firms produced, on average, {{ player.other_player }}.

As a result, your per unit price is {{ player.price }} and your profit is {{ player.payoff}}

{% next_button %} {% include 'cournot_class/Instructions.html' %} {% endblock %}