{% extends "global/Page.html" %} {% load otree %} {% block title %} End of the study and total payoffs {% endblock %} {% block content %} {% if player.id_in_group == 1 %}
Thank you very much for your participation.

Your total payoffs, including the show up fee are {{ player.Total_Payoffs_Green | to2 }} £.

{% endif %} {% if player.id_in_group == 2 %}
Thank you very much for your participation.

Your total payoffs, including the show up fee are {{ player.Total_Payoffs_Light | to2}} CHF.

{% endif %} {% if player.id_in_group == 3 %}
Thank you very much for your participation.

Your total payoffs, including the show up fee are {{ player.Total_Payoffs_Dark | to2 }} CHF.

{% endif %}

{% endblock %}