{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Wholesale Price Offer 1 {% endblock %} {% block content %}
Now you can offer a wholesale price between {{Constants.production_cost}} and {{Constants.market_price }} to {{ Constants.p2 }}.
If {{Constants.p2}} accepts your offer, your revenue will be calculated as indicated in "2.1 Case" in the Overview below.
If the {{Constants.p2}} rejects the offer, you can offer a wholesale price to {{Constants.p3}} in the next step.
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}