{% extends "global/Page.html" %} {% load otree %} {% block title %} Trust Game: Your Choice {% endblock %} {% block content %} {% include 'my_trust/Instructions.html' %}
Now it is your turn to send money. You have an endowment of {{Constants.endowment}}.
{% formfield group.sent_amount2 label="How much do you want to send to participant A?" %} {% next_button %} {% endblock %}