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

You are Participant A. Now you have {{Constants.endowment}}. How much will you send to participant B?

Please enter an amount from 0 to {{Constants.endowment}}:

{% formfield player.sent_amount_trustor label="" %}

{% next_button %}

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