{% extends "global/Page.html" %} {% block title %}Your Choice{% endblock %} {% block content %}

You are Participant B. Participant A sent you {{ group.sent_amount }} and you received {{ tripled_amount }}. Now you have {{ tripled_amount }}. How much will you send to participant A?

{% formfields %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}