{% extends "global/Page.html" %} {% load otree %} {% block title %} Trust Game: Your Choice {% endblock %} {% block content %} {% include Constants.instructions_template %}
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 %}