{{ 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: increase by $12 with a probability of 1/5 OR decrease by $8 with a probability of 4/5
- Exit cost: $20