{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Final Results" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
Your ID participant is : {{id}}
{% if orig_payment >= 10 %} {% if payment_tomorrow > 0 %}

You have now completed all the tasks for today. Thank you for your participation.

In the first part, you earned {{payment_risk}}.
In the second part, you earned {{payment_time}}.
The total amount you earned in this study is: {{total_payment}}.

This amount will be paid as follows: {{payment_today}} will be paid to you today, and {{payment_tomorrow}} will be paid to you tomorrow. Please note that all payments will be made via PayPal.

{% endif %} {% if payment_tomorrow == 0 %}

You have now completed all the tasks for today. Thank you for your participation.

In the first part, you earned {{payment_risk}}.
In the second part, you earned {{payment_time}}.
The total amount you earned in this study is: {{total_payment}}.

This amount will be paid as follows: {{payment_today}} will be paid to you today, and {{payment_4w}} will be paid to you in 4 weeks on . Please note that all payments will be made via PayPal.

{% endif %} {% endif %} {% if orig_payment < 10 %} {% if payment_tomorrow > 0 %}

You have now completed all the tasks for today. Thank you for your participation.

In the first part, you earned {{payment_risk}}.
In the second part, you earned {{payment_time}}.
The total amount you earned in this study is: {{orig_payment}}.

However, since we promised that you would earn at least 10 euros, we will increase your compensation so that you receive {{total_payment}}. This amount will be paid as follows: {{payment_today}} will be paid today, and {{payment_tomorrow}} will be paid tomorrow. Please note that all payments will be made via PayPal.

{% endif %} {% if payment_tomorrow == 0 %}

You have now completed all the tasks for today. Thank you for your participation.

In the first part, you earned {{payment_risk}}.
In the second part, you earned {{payment_time}}.
The total amount you earned in this study is: {{orig_payment}}.

However, since we promised that you would earn at least 10 euros, we will increase your compensation so that you receive {{total_payment}}.

This amount will be paid as follows: {{payment_today}} will be paid today, and {{payment_4w}} will be paid to you in 4 weeks on . Please note that all payments will be made via PayPal.

{% endif %} {% endif %}

To receive your payments for this study, we need some information to send your money via PayPal. (You will need to create an account if you don't already have one.)
{% formfields %}

You have now reached the end of our study. To receive your payments, you must click the "Finish" button below: Once this is done, your participation will automatically be recorded as complete. Thank you for your participation.


{% endblock %}