{% extends "global/Page.html" %} {% load otree %} {% block title %} Trust Game: Your Choice {% endblock %} {% block content %} {% include Constants.instructions_template %}
You are the leader.
Employee1 sent you {{group.sent_amount1}} and you received {{tripled_amount1}}
Employee2 sent you {{group.sent_amount2}} and you received {{tripled_amount2}}.
Employee3 sent you {{group.sent_amount3}} and you received {{tripled_amount3}}.
{% formfield group.sent_back_amount1 label="How much do you want to send back to employee1?" %} {% formfield group.sent_back_amount2 label="How much do you want to send back to employee2?" %} {% formfield group.sent_back_amount3 label="How much do you want to send back to employee3?" %} {% next_button %} {% endblock %}