{% extends "global/Page.html" %} {% load otree static%}
{% block title %}
Acceptance Desicion
{% endblock %}
{% block content %}
You are in Round {{player.round_number}}. The budget is {{Constants.budget}}.
The first Player offered you {{group.proposed}}.
{% formfield 'accept' label="Do you accept this proposal?" %}
{% next_button %}
{% endblock %}