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

Your firm decided to produce {{ player.units }}. The other firm decided to produce {{ player.other_player.units }}.

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

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