{{ block title }} {{ if subsession.is_practice_round }} Practice round {{ subsession.round_number }} of {{ C.NUM_PRACTICE_ROUNDS }}: Seller's Results {{ else }} Round {{ subsession.real_round_number }} of {{ C.NUM_REAL_ROUNDS }}: Seller's Results {{ endif}} {{ endblock }} {{ block content }} Task 1 feedback {{ if subsession.is_practice_round }}
You earn {{ player.payoff }} in Task 1 of this practice round.

     

{{ else }}
You will earn {{ player.payoff }} if this round is chosen as one of your Task 1 earnings.

     

{{ endif }} Task 2 feedback {{ if subsession.is_practice_round }} {{ else }} {{ endif }} {{ if subsession.is_practice_round }}
You earn ${{ h }} in Task 2 of this practice round.

     

{{ else }}
You will earn ${{ h }} if this round is chosen as one of your Task 2's earnings.
{{ endif }}

     

Click the button to proceed

{{ next_button }} {{ endblock }}