{% extends "global/Page.html" %} {% load otree static %} {% block title %} The Experiment is Over {% endblock %} {% block content %}
The experiment is over.
Your total score is: {{player.participant.payoff}}.
Your score in Australian Dollars, including the show-up fee of {{fee}}, is: {{participant.payoff_plus_participation_fee}}
{% endblock %}