{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% load static %}

Final Performance Overview of all Periods

Here you can see a summary of your net performance of all periods in this experiment:

{# list all the periods#} {% for row in period_data %} {% endfor %}
Period Net Performance
Period {{ row.period_num }} {{ row.net_perf }}
Total {{ total_score }}

{% endblock %}