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

You are {{ player.role }}. Now you have {{Constants.endowment}}. How much will you send to leader?

{% formfield group.sent_amount label="Please enter an amount from 0 to 10:" %}

{% next_button %}

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