{% extends "global/Page.html" %} {% block title %}Preview{% endblock %} {% block content %}
You prescribed a treatment level of {{ player.bid_amount_trial }}. The other player prescribed a treatment level of {% if subsession.round_number == 1 %} 8 {% else %} {% if subsession.round_number == 2 %} 3 {% else %} {% if subsession.round_number == 3 %} 5 {% endif %} {% endif %} {% endif %}.
{% next_button %} {% endblock %}