{% extends "global/Page.html" %} {% load otree static %} {% block title %} Send Back Page {% endblock %} {% block content %}

You are participant B. Participant A has sent you {{ group.sent_amount }}. You have received {{tripled_amount}}.

{% formfield group.sent_back_amount label=prompt %}

{% next_button %}

{% endblock %}