{{ block title }}GAME {{ participant.game }}: Round {{ player.round_number}} {{ endblock }} {{ block content }} {{ if subsession.round_number == 2 and prev_player_decision == 'Continue' }}

Your income draw this period was ${{ prev_player_outcome }}. Added to the ${{Constants.endowment}} it was worth last period, your business is now worth ${{ prev_player_value }}. If you exit in the next round, the total cumulative value of your business, after deducting exit costs, will be ${{ prev_player_exit }}.

{{ else if subsession.round_number > 2 and prev_player_decision == 'Continue' }}

Your income draw this period was ${{ prev_player_outcome }}. Added to the ${{ prev2_player_value }} it was worth last period, your business is now worth ${{ prev_player_value }}. If you exit in the next round, the total cumulative value of your business, after deducting exit costs, will be ${{ prev_player_exit }}.

{{ endif }}

- Income: what you received last period plus a random shock, which could be positive or negative

- Exit cost: $20

{{ formfields }} {{ next_button }} {{ include Constants.history_template }} {{ endblock }}