{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Wholesale Price Offer {% endblock %} {% block content %}

You are the {{ Constants.p2 }}.

Please tell us the highest wholesale price that you are willing to pay.

To know which impact the wholesale price has on you personal outcomes, please have look at the calculations overview below.


{% formfield player.strategy_accept with label="What is the highest wholesale price that you would accept?" %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}