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

You prescribed a treatment level of {{ player.treatment_level }}. The patient will receive a benefit of {{ player.patient_benefit }}. You will receive a payoff of {{ player.payoff }}.

{% next_button %} {% endblock %}