{{ 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 %} {% if player.session.treat == 3 or player.group.communication_choice == 3 %}
Actual Communicated
The sum of transfers by players of Type A was: {{ group.total_contribution }} {{ group.comm_contribution }}
The effect of your decision on the size of the group account was: {{ player.dictator_action }} {{ group.comm_action }}
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 }} Points
{% else %}
The sum of transfers by players of Type A was: {{ total_contribution }} {% if total_contribution == 1 %} Point {% else %} Points {% endif %}
{% if group.embezzlement > 0 %} Your decision decreased the size of the group account by: {% elif group.embezzlement < 0 %} Your decision increased the size of the group account by: {% elif group.embezzlement == 0 %} Your 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 %}
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 %}
{% endif %}

{{ next_button }}

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