|
Proposed Contribution |
|
Initial Proposal |
2nd Stage |
3rd Stage |
You: |
{{ if player.num_bargainstage == 1}} ---- {{ else }} {{ player.propose1 }} {{ endif }} |
{{ if player.num_bargainstage >= 3}} {{ player.propose2 }} {{ else }} ---- {{ endif }} |
{{ if player.num_bargainstage >= 4}} {{ player.propose3 }} {{ else }} ---- {{ endif }} |
Your Match: |
{{ if player.num_bargainstage == 1}} ---- {{ else }} {{ player.propose1_match }} {{ endif }} |
{{ if player.num_bargainstage >= 3}} {{ player.propose2_match }} {{ else }} ---- {{ endif }} |
{{ if player.num_bargainstage >= 4}} {{ player.propose3_match }} {{ else }} ---- {{ endif }} |
Total: |
{{ if player.num_bargainstage == 1}} ---- {{ else }} {{ group.total_propose1 }} {{ endif }} |
{{ if player.num_bargainstage >= 3}} {{ group.total_propose2 }} {{ else }} ---- {{ endif }} |
{{ if player.num_bargainstage >= 4}} {{ group.total_propose3 }} {{ else }} ---- {{ endif }} |