{% extends "global/Page.html" %} {% load otree static%}
{% block title %}
Proposal
{% endblock %}
{% block content %}
You are in Round {{player.round_number}}. Your budget is {{Constants.budget}}.
{% formfield "proposed" label="How much would you like to offer to the second Player?" %}
{% next_button %}
{% endblock %}