{{ block title }}Your Decision{{ endblock }} {{ block content }}
Imagine you are giving 1 dollar. You can give as much of that dollar to a fellow {{player.Party}} and the rest will go to a {{if player.Party == "Democrat"}} Republican {{elif player.Party == "Republican"}} Democrat {{else}} {{if player.Independent == "Democratic Party"}} Republican {{elif player.Independent == "Republican Party"}} Democrat {{else}} {{if player.Vote == "Yes" and player.Who == 'Donald Trump'}} Democrat {{elif player.Vote == "Yes" and player.Who == 'Hilary Clinton'}} Republican {{else}} A non-Independent {{ endif }} {{ endif }} {{ endif }} Please decide how much of the {{ C.ENDOWMENT }} you will give.
{{ formfields }} {{ next_button }} {{ include_sibling 'instructions.html' }} {{ endblock }}