{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
You contributed:{{ player.contribution }}
Amount sent back because of higher contribution than partner:{{ player.sent_back}}
Your partner contributed:
{{ p.contribution }}
Total contribution:{{ group.total_contribution }}

Total earnings from the project:{{ total_earnings }}
Your earnings from the project:{{ group.individual_share }}

Thus in total you earned:{{ player.payoff }}

{% if player.id_in_group == 1 %} You got an extrapayment of {{group.extra_payment}} because of your accuracy on guessing Player 2's luck.

Your total payoff is {{ player.payoff }} plus {{group.extra_payment}} plus the participation 5 Points (1 Point = 0.01 USD) {% else%} Your total payoff is {{ player.payoff }} plus the participation 5 Points (1 Point = 0.01 USD)

{% endif %}

You have completed the study. Your completion code is LUCK2020

{% endblock %}