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

You are Player B. Player A has offered you a contract with the following details:

Fixed paymentReturn share
{{ group.agent_fixed_pay }}{{ group.return_share_as_percentage }}%
{% formfield group.contract_accepted label='Will you accept or reject the above contract?' %}
{% formfield group.agent_work_effort label='Please choose your level of effort' %}

{% next_button %}

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