{{ block title }} {% if player.participant.is_dropout %} Thank you for having participated in our experiment! {% else %}Results{% endif %} {{ endblock }} {{ block content }} {% if player.participant.is_dropout %}

You were excluded from the experiment due to inactivity.

Please close this study and return your submission on Prolific by selecting the 'Stop Without Completing' button.

{% else %}
The number of points in your private account is: {{ private_acc }} {% if private_acc == 1 %} Point {% else %} Points {% endif %}
Your overall income in this round is: {{ payoff }} {% if payoff == 1 %} Point {% else %} Points {% endif %}
{% if group.communication_choice == 2 %}


Participant B chose to share the true information with you.

{% elif group.communication_choice != 2 %}


Information on transfer decisions:

{% endif %}
The sum of transfers by participant of Type A (including you) was: {{ total_contribution }} {% if total_contribution == 1 %} Point {% else %} Points {% endif %}
{% if group.embezzlement > 0 %} Participant B's decision decreased the size of the group account by: {% elif group.embezzlement < 0 %} Participant B's decision increased the size of the group account by: {% elif group.embezzlement == 0 %} Participant B's decision did not change the size of the group account: {% endif %} {% if group.embezzlement > 1 %} {{ group_embezzlement }} Points {% elif group.embezzlement == 1 %} {{ group_embezzlement }} Point {% elif group.embezzlement < 1 %} {{ abs_embezz }} Points {% elif group.embezzlement == 1 %} {{ abs_embezz }} Point {% elif group.embezzlement == 0 %} {% endif %}

{{ next_button }}

{{ include 'general/countdown_includable.html' }} {{ include 'general/dropout_communication.html' }} {% endif %} {{ endblock }}