File size: 258 Bytes
e40dce0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ block title }}Trust Game: Your Choice{{ endblock }}
{{ block content }}

    {{ include_sibling 'instructions.html' }}

    <p>
    You are Participant A. Now you have {{C.ENDOWMENT}}.
    </p>

    {{ formfields }}

    {{ next_button }}

{{ endblock }}