{% extends "global/Page.html" %} {% load otree %} {% block title %}Match Ended{% endblock %} {% block content %}

This Match ended in Round {{ player.last_real_round }}.


Final Outcomes of Current Match

{% for p in player_in_all_rounds %} {% if p.real %} {% else %} {% endif %} {% endfor %}
Round Your Choice Other Choice Your Points Other Points
{{ p.round }} {% if p.volunteer %} invest {% else %} not invest {% endif %} {% if p.other_volunteer %} invest {% else %} not invest {% endif %} {{ p.points }} {{ p.other_points }}
{{ p.round }} {% if p.volunteer %} invest {% else %} not invest {% endif %} {% if p.other_volunteer %} invest {% else %} not invest {% endif %} {{ p.points }} {{ p.other_points }}

At the end of the experiment we will take the points you received in Round 1 to Round {{ player.last_real_round }} and then convert them into dollars at the rate of $1 per 25 points. The total points in these Rounds is {{ player.real_points }} for you and {{player.other_real_points }} for the other member of your group.

{% next_button %} {% include Constants.instructions_fixed_cost_template %} {% endblock %}