File size: 410 Bytes
e40dce0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ block title }}Your Choice{{ endblock }}
{{ block content }}
    <p>
        You are Participant B.
        Participant A sent you {{ group.sent_amount }} and you received {{ tripled_amount }}.
        Now you have {{ tripled_amount }}.
        How much will you send to participant A?
    </p>

    {{ formfields }}
    <p>{{ next_button }}</p>
    {{ include_sibling 'instructions.html' }}

{{ endblock }}