{% extends "global/Page.html" %} {% block title %}Trust Game: Your Choice{% endblock %} {% block content %} {% include Constants.instructions_template %}
Reminder 
  • For each player, you are given $20.
  • Only one of your choices belowe will be selected for actual payment.

 

Please select the amount you would like to keep for yourself.

P1 P2 P3 P4 P5 P6 P7 P8 P9 P10
{{form.offer_1}} {{form.offer_2}} {{form.offer_3}} {{form.offer_4}} {{form.offer_5}} {{form.offer_6}} {{form.offer_7}} {{form.offer_8}} {{form.offer_9}} {{form.offer_10}}
{% next_button %} {% endblock %}