{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Wholesale Price Offer 2 {% endblock %} {% block content %} {% if group.actual_accept_1 %}
The {{ Constants.p2 }} has accepted your offer.
{% next_button %}
{% else %}The {{ Constants.p2 }} rejected your offer.
Now you can offer a wholesale price between {{Constants.production_cost}} and {{Constants.market_price }} to {{ Constants.p3 }}.
If {{Constants.p3}} accepts your offer, your revenue will be calculated as indicated in "2.2 Case" in the Overview below.
If {{Constants.p3}} rejects your offer, you will be forced to sell the wine at the "common wholesale price". Your revenue will be calculated as indicated in "4. Case" in the Overview below.
{% formfield group.offer2 with label=" Which price do you want to offer to supermarket 2?" %}
{% next_button %}
{% endif %} {% include Constants.instructions_template %} {% endblock %}