{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Thank you!
{% endblock %}
{% block content %}
Dear participant, I appreciate your help in my research.
Congratulations! You earned ${{ participant.vars.test_earnings }} in the test, ${{ player.participant.vars.selected_payoffs }} in the experiment, and ${{ player.participant.vars.survey_payoff }} in the survey.
Your total earnings are ${{ player.participant.vars.total_earnings }}
{% endblock %}