{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please estimate the amount of money in each jar. {% endblock %} {% block content %} {% if group.Agnt1_payA == True %}
You earn {{session.vars.Base}} every time an Investor chooses you.
You earn an additional {{session.vars.Comish}} every time an Investor who chooses your Jar A.
{% else %}You earn {{session.vars.Flat}} every time an Investor chooses you.
{% endif %} {% if session.vars.tx_arm == 'Choice' or session.vars.tx_arm == 'Disc' %}The Investors will be be able to see how you and the other Expert are paid.
{% endif %}| {% formfield group.Agnt1_EstA label="Estimate for Jar A" %} | {% formfield group.Agnt1_EstB label="Estimate for Jar B" %} |
|---|