File size: 318 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 B. Participant A sent you {{ group.sent_amount }} and you received {{ tripled_amount }}.
    </p>

    {{ formfields }}

    {{ next_button }}

{{ endblock }}