{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %}
You are the leader. Employee1 sent you {{group.sent_amount1}} and you received {{tripled_amount}}. Now you have {{tripled_amount}}. How much will you send to employee 1?
{% formfield group.sent_back_amount label=prompt %}Employee2 sent you {{group.sent_amount2}} and you received {{tripled_amount}}. Now you have {{tripled_amount}}. How much will you send to employee 2?
{% formfield group.sent_back_amount label=prompt %}Employee3 sent you {{group.sent_amount2}} and you received {{tripled_amount}}. Now you have {{tripled_amount}}. How much will you send to employee 3?
{% formfield group.sent_back_amount label=prompt %}{% next_button %}
{% include Constants.instructions_template %} {% endblock %}