{% extends "global/Page.html" %} {% load otree static %} {% block title %} Trust Game: Your Choice {% endblock %} {% block content %} {% include 'my_trust/Instructions.html' %}
You are participant B. Participant A sent you {{group.sent_amount}} and you received {{tripled_amount}}
{% formfield group.sent_back_amount label="How much do you want to send back?" %} {% next_button %} {% endblock %}