{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
Receiver Phase
{% endblock %}
{% block content %}
You are the Receiver.
The Sender sent you {{group.sent_amount}} and you received {{tripled_amount}}.
You have a total of {{ send_back_total }}.
How much do you want to send back?
{% formfield group.sent_back_amount label="" %}
{% next_button %}
{% endblock %}