{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Wholesale Price Offer {% endblock %} {% block content %}
You are the {{ Constants.p3 }}.
The "common wholesale price" is {{ group.agreement }}.
In case the {{ Constants.p1 }} does not agree on the "common wholesale price", he will offer a different wholesale price to {{ Constants.p2 }} first.
If {{ Constants.p2 }} rejects the offer, the {{ Constants.p1 }} will offer a different wholesale price to you.
Please tell us the highest wholesale price that you would accept in that case.
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}