{{ block title }} Payment {{ endblock }} {{ block content }}
Thank you for participating. Your final payment is {{ participant.payoff_plus_participation_fee() }}.
Participation Bonus Total
{{ showup }} {{ bonus }} {{ participant.payoff_plus_participation_fee() }}
{{ if show_table }}
You bonus payment was based on your choice from round {{ r }}
{{ for name in column_names }} {{ endfor }} {{ for key, r in numbers.items() }} {{ for n in r }} {{ endfor }} {{ endfor }}
{{ name }}
{{ n }}
{{ else }}
You did not receive a bonus payment because you did not make any choices in this experiment.
{{ endif}} {{ endblock}}