You

You: get {{ player.value }} token(s) if the good is produced

Last stage proposed contribution: {{ if player.num_bargainstage == 1 }} ------ {{ else }} {{if player.num_bargainstage == 2 }} {{ player.propose1 }} {{ else }} {{ player.propose2 }} {{ endif }} {{ endif }}
Last stage choice: {{ if player.num_bargainstage < 3 }} ------ {{ else }} + {{ player.add2 }} {{ endif }}

{{ if player.num_bargainstage == 1}} How many token(s) are you willing to contribute: {{ else }} How many token(s) are you willing to add to your contribution? {{ endif }}



{{ if player.num_bargainstage == 1 }} {{ for choice in choicelist }}

{{ endfor }} {{ else}} {{if player.num_bargainstage == 2 }} {{ for choice in choicelist }}
{{ endfor }} {{ else }} {{ for choice in choicelist }}
{{ endfor }} {{ endif }} {{ endif }}
{{ next_button }}