{% extends "global/Page.html" %} {% 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 }}.

{% formfields %} {% next_button %} {% endblock %}