{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results in Round {{ player.round_number }} {% endblock %} {% block content %}

The network formed in your group in this Round.

{% if numdropouts > 0 %} NOTE: The following group members have dropped out of the experiment: {{ dropouts }}. {% endif %}

Your outcomes in this Round


Your ID number: {{ player.name }}.


Your decisions

Your activity level: {{ player.effort }}.
{% if player.numneis > 0 %} The list of your network neighbors: {{ myneis }}
The number of your network neighbors: {{ player.numneis }}
The list of group members you initiated link to: {{ initiated }}
The number of links you initiated: {{ player.numneis_cost }} {% endif %} {% if player.numneis == 0 %} You do not have network neighbors.
The number of your network neighbors: 0
The number of links you initiated: 0 {% endif %}

Your Points: {{ player.mypayoff }}.

The benefits of your activity level: {{ benefit }}
The costs of your activity level: {{ effortcost }}
The costs of your links initiated: {{ linkcost }}

Information about the other group members

ID Activity level Network neighbors
{{ name0 }} {{ e0 }} {% if num0 == 2 %} None {% endif %} {% if num0 > 2 %} {{ nei0 }} {% endif %}
{{ name1 }} {{ e1 }} {% if num1 == 2 %} None {% endif %} {% if num1 > 2 %} {{ nei1 }} {% endif %}
{{ name2 }} {{ e2 }} {% if num2 == 2 %} None {% endif %} {% if num2 > 2 %} {{ nei2 }} {% endif %}
{{ name3 }} {{ e3 }} {% if num3 == 2 %} None {% endif %} {% if num3 > 2 %} {{ nei3 }} {% endif %}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}