{% extends "global/Page.html" %}
{% load otree static%}
{% block title %} Decision
{% endblock %}
{% block content %}
You are in Round {{ player.round_number }}.
Player 1 proposed to give you {{ group.proposed }} out of {{ Constants.budget }}.
{% formfield 'accept' label="Do you accept this proposal?" %}
{% next_button %}
{% endblock %}