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

{% if group.offer_agreement %} The {{ Constants.p1 }} chose to offer a wholesale price equal to the agreement of {{ group.agreement }}. Therefore the agreed price is automatically accepted and the market is split equally between {{ Constants.p2 }} and {{ Constants.p3 }}. {% else %} {% if group.actual_accept_1 %}

The {{ Constants.p1 }} did not agree on the "common wholesale price" and decided to offer different wholesale prices


The {{ Constants.p1 }} offered a wholesale price of {{ group.offer1 }} to {{ Constants.p2 }}.

The {{ Constants.p2 }} accepted the offer.

{% elif group.actual_accept_2 %}

The {{ Constants.p1 }} offered a wholesale price of {{ group.offer1 }} to {{ Constants.p2 }}.

The {{ Constants.p2 }} rejected the offer.


Then, the {{ Constants.p1 }} offered a wholesale price of {{ group.offer2 }} to {{ Constants.p3 }}.

The {{ Constants.p3 }} accepted the offer.

{% else %}

The {{ Constants.p1 }} did not agree on the ²common wholesale price" and decided to offer different wholesale prices


The {{ Constants.p1 }} offered a wholesale price of {{ group.offer1 }} to {{ Constants.p2 }}.

The {{ Constants.p2 }} rejected the offer.


Then, the {{ Constants.p1 }} offered a wholesale price of {{ group.offer2 }} to {{ Constants.p3 }}.

The {{ Constants.p3 }} rejected the offer, too.


The {{ Constants.p1 }} will be forced to sell at the "common wholesale price" of {{ group.agreement }}

{% endif %} {% endif %}


Your revenue in the game is: {{ player.points }}.


Your real payoff is: {{ total_payoff }} .

{% next_button %}

{% endblock %}