{{ block title }}Your last Decision{{ endblock }} {{ block content }}

Recently, another person (also, "Participant 1"), same as you, have decided to share:

{{ if player.shared <= 25 }}
100, and keep 0 for herself
{{ elif player.shared > 25 && player.shared <= 50 }}
75, and keep 25 for herself
{{ elif player.shared > 50 && player.shared <= 75 }}
25, and keep 75 for herself
{{ else }}
0, and keep 100 for herself
{{ endif }}

You are still Participant 1. Please decide how much of the {{ C.ENDOWMENT }} you will share with Participant 2.

Remember: You have shared {{ player.shared }} in the previous round.

(Move the slider to decide how much to give.)

{{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}