{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %}

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?

{% formfield group.sent_back_amount label=prompt %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}