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

You are the agent(participant 2). Your principal (participant 1) has offered you a wage offer:

Payment
{{ group.principal_wage_offer }}
{% formfield group.contract_accepted with label='Will you accept or reject the above wage offer?' %}

{% next_button %}

{% endblock %} {% block scripts %} {% endblock %}