{{ block title }} Round {{ subsession.round_number}} {{ endblock }} {{ block content }}
{{ if subsession.round_number == 1 }}

You were assigned to a group of 4 participants, one seller and 3 potential buyers.

{{ else }}

The groups were randomly rematched. You were assigned to a new group of 4 participants, one seller and 3 potential buyers.

{{ endif }} {{ if player.role_of_player == 'Seller' }}

You were randomly assigned the role of the seller.

{{ else }}

You were randomly assigned the role of one of the buyers.

You can buy up to 200 bottles of wine. You are able to resell each bottle of wine to your customers at a price of {{ player.buy_price }}.

{{ endif }}
{{ next_button }} {{ endblock }}