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

The {{ Constants.p1 }} decided to offer different wholesale prices.

He offered a wholesale price of {{ group.offer1 }} to you.


If you accept, your revenue will be calculated as indicated in "2.1 Case" in the Overview below.

If you reject, the {{ Constants.p1 }} will make an offer to {{ Constants.p3 }}.

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

If {{ Constants.p3 }} rejects the offer, your revenue will be calculated as indicated in "3. Case" in the Overview below.


Do you wish to accept the offer?

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