{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}
In this round, you prescribed a treatment level of {{ player.bid_amount }}. The patient will receive a benefit of {{ player.benefits }}. You will receive a payoff of {{ player.money }}.
As of 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 < 5 %} {% else %} This ends the current experiment. To continue to the next one, click the button below. {% endif %}
{% if subsession.round_number < 5 %} {% next_button %} {% else %} {% endif %} {% endblock %}