{{ block title }}
Round {{ subsession.round_number }}
{{ endblock }}
{{ block content }}
{{ for p in group.get_players }}
{{ if p.role_of_player == 'Seller' }}
The seller has offered a price of {{ p.sell_price }}.
{{ endif }} {{ endfor }}You can resell each bottle of purchased wine to your customers at a price of {{ player.buy_price }}.
{{ formfield player.number_of_bottles label="Please choose the quantity of bottles which you want to order from the seller [0-200]" }}