{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 4 Block 2: Round {{round_num}} Step 3 {% endblock %} {% block content %}

The computer selected for you: {{ comp_choice|slice:"9" }} {{ comp_choice|slice:"9:" }}

In step 1, you selected for yourself: {{your_choice|slice:"9"}} {{your_choice|slice:"9:"}}


The maximum price you are willing to pay is {{player.max_payment|floatformat:2}}

The computer price is {{player.comp_draw_p4_pay|floatformat:2}}


Since the computer price is {% if player.max_payment > player.comp_draw_p4_pay %} LOWER, then your maximum willingness to pay, you will work on Option chosen by you {{ your_choice|slice:"8" }} and pay {{player.comp_draw_p4_pay|floatformat:2}} {% elif player.max_payment <= player.comp_draw_p4_pay %} HIGHER, then then your maximum willingness to pay, you will work on Option chosen by the computer {{comp_choice|slice:"8"}} and pay nothing {% endif %}

{% next_button %} {% include "treatment_1/type.html" %} {% endblock %}