{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Wholesale Price Offer {% endblock %} {% block content %}
You are the {{ Constants.p1 }}.
You can offer a wholesale price between {{Constants.production_cost}} and {{Constants.market_price }} to the {{ Constants.p2 }}.
To know which impact the wholesale price has on you personal outcomes, please have look at the calculations overview below.
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}