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

You are the {{Constants.p1 }}.

The "common wholesale price" is {{ group.agreement }}.


If you agree on the "common wholesale price", your revenue will be calculated as indicated in "1. Case" in the Overiew below.

If you decide to propose different wholesale prices, you will propose to {{ Cosntants.p2 }} first.

If {{ Constants.p2 }} accepts your offer, your revenue will be calculated as indicated in "2.1 Case" in the Overview below.

If {{ Constants.p2 }} rejects your offer, you can make an offer to {{ Constants.p3 }}.


Do you wish to agree on the "common wholesale price" of {{ group.agreement }} or do you want to offer a different wholesale price?


{% include Constants.instructions_template %} {% endblock %}