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

Performance Review – Period {{ period_num }}

Here, you can see a detailed review of your performance in Period {{ period_num }}:

{# show penalty column only if needed #} {% if show_refresh_penalty_column %} {% endif %} {# data for each round #} {% for row in table_rows %} {# show cells only if the column is needed #} {% if show_refresh_penalty_column %} {# value for refresh penalty #} {% endif %} {% endfor %} {# line for total net performance #} {# space holder for dynamic column (penalties)#} {% if show_refresh_penalty_column %} {% endif %}
Round Realized Value of selected Project Number of Reveals Number of Revisits Refresh Penalty Net Performance
{{ row.round }} {{ row.value }} {{ row.reveals }} {{ row.num_revisits }}{{ row.refresh_penalty }}{{ row.net_perf }}
Total Net Performance:{{ period_net_perf }}

{% endblock %}