{{ block content }}
Final results:
{{if group.for_votes_treatment > group.against_votes_treatment}}
because {{group.for_votes_treatment}} was invested for the game allocation and only {{group.against_votes_treatment}}
was invested against it, the game allocation is kept. Because the money you invested is subtracted
(you invested {{player.vote_for_treatment}} for the allocation and {{player.vote_against_treatment}} against it) from your game payoff,
you now have {{player.payoff}}.
{{else}}
because only {{group.for_votes_treatment}} was invested for the game allocation, but {{group.against_votes_treatment}}
was invested against it, the initial endowment of 10€ is kept. Because the money you invested is subtracted
(you invested {{player.vote_for_treatment}} for the allocation and {{player.vote_against_treatment}} 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 }}