{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}

In this round, you prescribed a treatment level of {{ player.bid_amount }}. {% if player.bid_amount <= 5 %} {% else %} {% if player.random_nature <= 3 %} You overprescribed, and you got caught. Your penalty is {{ player.cost }}. {% else %} You overprescribed, however you did not get caught. Your penalty is 0. {% endif %} {% endif %} The patient will receive a benefit of {{ player.benefits }}. You will receive a payoff of {{ player.money }}.

As of trial round {{ subsession.round_number }}, the total benefits that the patients received is {{ player.total_benefits }}, while your total payoff is {{ player.total_money }}.

{% if subsession.round_number < 3 %} {% else %} To continue to the actual experiment, click the button below. {% endif %}

{% if subsession.round_number < 3 %} {% next_button %} {% else %} {% endif %} {% endblock %}