{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Receiver {% endblock %} {% block content %} {% include 'TG/Receiver.html' %}
The Sender sent you {{ group.sent_amount }} . The amount is tripled and so you received {{ tripled_amount }}.
{% formfield group.sent_back_amount with label="How much would you like to return to the Sender?" %} {% next_button %} {% endblock %}