{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Wholesale Price Offer {% endblock %} {% block content %}
You are {{ Constants.p2 }}.
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 you first.
Please tell us the highest wholesale price that you would accept in that case.
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}