{% extends "global/Page.html" %}
{% load otree static%}
{% block title %} Decision
{% endblock %}
{% block content %}
You are in Round {{ player.round_number }}.
You have an endowment of {{ Constants.budget }}. Please, decide how much you propose to give to Player 2:
{% formfield 'proposed' label="Your proposal for Player 2:" %}
{% next_button %}
{% endblock %}