{{ block title }}Round 1{{ endblock }} {{ block content }} {{ if player.dg_take_j == 0 }}
You chose to give points to citizen 2. You can now choose a number of points between 0 and {{ Constants.endowment_dictator }}, in a multiple of 50, to give to citizen 2.
{{ formfields }} {{ elif player.dg_take_j == 2 }}You chose to steal points from citizen 2. You can now choose a number of points between 0 and {{ Constants.endowment_dictator }}, in a multiple of 50, to steal from citizen 2.
{{ formfields }} {{ endif }}