{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Final Page
{% endblock %}
{% block content %}
Dear Participant! I appreciate your help in my economics research of people's decisions under risks.
You have earned ${{ player.usd }} from Parts 1-3 {% if player.age > 0%}, and $10 from the survey{% endif %}.
Congratulations!
Within 5 business days, your payment will be sent to {{ if player.paypal != ' '}} your Paypal account : {{player.paypal}}. {{ else }} my research account. I appreciate your donation.
It helps push the frontiers of economic science! {{ endif }}
Have a nice day!
{% formfields %}
{% endblock %}