{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% 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 with label='Will you accept or reject the above contract?' %}
{% formfield group.agent_work_effort with label='Please choose your level of effort' %}

{% next_button %}

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