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

You are Participant A. Please propose a contract for Participant B.

{% formfield group.agent_fixed_pay label='Fixed payment' %}

Fixed payment must be between {{ Constants.min_fixed_payment }} and {{ Constants.max_fixed_payment }}.

{% formfield group.agent_return_share label='Return Share' %}

{% next_button %} {% include Constants.instructions_template %} {% endblock %}