{% load otree %} {% block title %} Game {{game_num}} - Your Choice - (Round: {{round}}) {% endblock %} {% block content %}
Your starting amount is {{dot1}} POINTs.
The value S is {{s1}}: what you keep for yourself will therefore be multiplied by {{s1}}.
The value G is {{g1}}: what you give to your partner will therefore be multiplied by {{g1}}.
Out of the {{dot1}} POINTs: {% formfield group.keep_amount label="You keep:" %} {% formfield group.sent_amount label="You give to the other player:" %}
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}