{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please Choose which Expert to See Estimates from. {% endblock %} {% block content %} {% if session.vars.tx_arm != 'NoRep' %}

Expert 1

Expert 1 has {{group.Agnt1_stars}} stars out of 5.

{% endif %} {% if session.vars.tx_arm == 'Choice' or session.vars.tx_arm == 'Disc' %} {% if group.Agnt1_payA == True %}

Expert 1 earns an extra {{session.vars.Comish}} if you choose Jar A.

{% endif %} {% if group.Agnt1_payA == False %}

Expert 1 earnings do not depend on your Jar choice.

{% endif %} {% endif %} {% if session.vars.tx_arm != 'NoRep' %}

Expert 2

Expert 2 has {{group.Agnt2_stars}} stars out of 5.

{% endif %} {% if session.vars.tx_arm == 'Choice' or session.vars.tx_arm == 'Disc' %} {% if group.Agnt2_payA == True %}

Expert 2 earns an extra {{session.vars.Comish}} if you choose Jar A.

{% endif %} {% if group.Agnt2_payA == False %}

Expert 2 earnings do not depend on your Jar choice.

{% endif %} {% endif %}
Your Selection
{% formfield group.Princ1_Agnt2 label="" %} {% next_button %} {% endblock %}