{{ block content }}
Final results:
{{if group.for_votes > group.against_votes}}
because {{group.for_votes}} was invested for the game allocation and only {{group.against_votes}} was invested against it,
the game allocation is kept. Because the money you invested is subtracted
(you invested {{player.vote_for}} for the allocation and {{player.vote_against}} against it) from your game payoff,
you now have {{player.payoff}}.
{{else}}
because only {{group.for_votes}} was inevested for the game allocation, but {{group.against_votes}} was invested against it,
the initial endowment of 10€ is kept. Because the money you invested is subtracted
(you invested {{player.vote_for}} for the allocation and {{player.vote_against}} against it) from the 10€,
you now have {{player.payoff}}.
{{endif}}
After clicking "Next" you will continue into the questions part of the experiment.
{{next_button}}
{{ endblock }}