{% extends "global/Page.html" %} {% load static otree %} {% block title %} Trust Game: Your Choice {% endblock %} {% block content %} {% include 'my_trust/Instructions.html' %}

You are Participant A. Now you have {{Constants.endowment}}.

{% formfield group.sent_amount label="How much do you want to send to participant B?" %} {% next_button %} {% endblock %}