{% extends "global/Page.html" %} {% load otree static %} {% block title %} Thank you for your participation! {% endblock %} {% block content %}

Your earnings from Stage two are: {{player.s2payoff}}

Your performance in stage 3 earned you: {{player.s3payoff}}

Your total earnings from this experiment are: {{participant.payoff}}

{% next_button %} {% endblock %}