{% 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 payment | Return share |
---|---|
{{ group.agent_fixed_pay }} | {{ group.return_share_as_percentage }}% |
{% next_button %}
{% include Constants.instructions_template %} {% endblock %} {% block scripts %} {% endblock %}