{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
Sender Phase
{% endblock %}
{% block content %}
You are the Sender. Now you have {{Constants.endowment}}.
How much do you want to send to the Receiver?
{% formfield group.sent_amount label='' %}
{% next_button %}
{% endblock %}