{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} Task 2 (End of Round) {% endblock %} {% block content %}

Your Points

Your total points for this round is {{ player.rpayoff }}.


Final Configuration

The final configuration is as such:
{% if group.AB == 1 %} {% endif %} {% if group.AC == 1 %} {% endif %} {% if group.AD == 1 %} {% endif %} {% if group.AE == 1 %} {% endif %} {% if group.BC == 1 %} {% endif %} {% if group.BD == 1 %} {% endif %} {% if group.BE == 1 %} {% endif %} {% if group.CD == 1 %} {% endif %} {% if group.CE == 1 %} {% endif %} {% if group.DE == 1 %} {% endif %}

You have just completed the round. Please click Next when you are ready.

{% next_button %} {% endblock %}