{% 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.


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

{% next_button %}

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